neobundle.vimã®å°å ¥ GitHubããcloneããã ãã§å°å ¥ã§ãã¾ãã $ git clone https://github.com/Shougo/neobundle.vim ~/.vim/neobundle.vim.git ãã©ã°ã¤ã³ã®ç®¡ç ~/.vimrcã«ä»¥ä¸ã®è¡ã追å ãã¾ãã 1 filetype off 2 3 if has('vim_starting') 4 set runtimepath+=~/.vim/neobundle.vim.git 5 call neobundle#rc(expand('~/.vim/.bundle')) 6 endif 7 8 NeoBundle 'Shougo/unite.vim' 9 NeoBundle 'Shougo/neocomplcache' 10 NeoBundle 'thinca/vim-ref' 11 12 filety
{{#tags}}- {{label}}
{{/tags}}