以下を .vimrc の先頭に記述。
" NeoBundle settings
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
call neobundle#begin(expand('~/.vim/bundle/'))
" Let NeoBundle manage NeoBundle
NeoBundle 'Shougo/neobundle.vim'
" add plugins
NeoBundle 'Shougo/unite.vim'
NeoBundle 'Shougo/neomru.vim'
NeoBundle 'ujihisa/unite-colorscheme'
NeoBundle 'michalbachowski/vim-wombat256mod'
NeoBundle 'banyan/recognize_charcode.vim'
NeoBundle 'freitass/todo.txt-vim'
NeoBundle 'vim-scripts/diffchar.vim'
NeoBundle 'tomtom/tcomment_vim'
NeoBundle 'romanvbabenko/vim-asciidoc'
NeoBundle 'scrooloose/syntastic.git'
"NeoBundle 'srackham/asciidoc-blogger-backend'
call neobundle#end()
filetype plugin on
NeoBundleCheck
NeoBundle では git を使うのでインストールします。Gentoo であれば sudo emerge -av dev-vcs/git の一発で git のインストールが完了です。あとは vim を起動するとプラグインをインストールするか聞いてくるので「Y」でインストールして終りです。ここのプラグインの設定については、また別の機会に出来ればなぁーと思ってます。
0 件のコメント:
コメントを投稿