#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
.vim
directory and.vimrc
first.(IMPORTANT!) -
copy files to your home directory:
git clone --recursive https://github.com/wj1s/wj-vim.git ~/wj-vim
-
make a symbolic link
.vim
to~/wj-vim
ln -s ~/wj-vim .vim
-
make a symbolic link
.vimrc
to~/wj-vim/vimrc
ln -s ~/wj-vim/vimrc .vimrc
-
use vundle to install scripts
vim +BundleInstall
-
you may need to install
ack
first if you useack.vim
.
Done.
##Plugins: