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
vimrcto~/.vimrc. - Add whatever additional plugins you like to
.vimrc.
- Copy the
-
Install plugins:
Launch
vimand run:PluginInstall -
Done! Enjoy you plugins!