Vim config
- Clone this repository
git clone https://github.com/killakam3084/vim.git ~/.vim
- Symlink your .vimrc to your $HOME directory
ln -s ~/.vim/.vimrc ~/.vimrc
- Install the plugins listed in .vimrc (from w/in Vim)
:PluginInstall
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal