/vim

My ~/.vim directory

Primary LanguageVimL

.vim Directory

Contains ~/.vim directory.

Setup

Install vundle by cloning the vundle repo.

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Symlink the vimrc.

ln -s ~/.vim/vimrc ~/.vimrc

Install vundle Plugins.

:PluginInstall