#WJ's vim configuration
Thanks to these guys:
I use vundle to organise plugins,learn more from 使用 Vundle 管理 Vim 插件 and Vundle 和 Submodule . My vim configuration is base on 高見龍's config,and i learned many things from his blog http://blog.eddie.com.tw/.
Make sure you have exuberant-ctags installed for using vim-ctags.
brew install ctags
##Installation:
-
BACKUP your
.vimdirectory and.vimrcfirst.(IMPORTANT!) -
copy files to your home directory:
git clone --recursive https://github.com/wj1s/wj-vim.git ~/wj-vim -
make a symbolic link
.vimto~/wj-vimln -s ~/wj-vim .vim -
make a symbolic link
.vimrcto~/wj-vim/vimrcln -s ~/wj-vim/vimrc .vimrc -
use vundle to install scripts
vim +BundleInstall -
you may need to install
ackfirst if you useack.vim.
Done.
##Plugins: