Here are some configurations and plugins I used in my daily job.
-
Download Vundle:
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/vundle
-
Configure plugins:
- Copy the
vimrc
to~/.vimrc
. - Add whatever additional plugins you like to
.vimrc
.
- Copy the
-
Install plugins:
Launch
vim
and run:PluginInstall
-
Done! Enjoy you plugins!