#Janus Vundle
This vim config repo uses all the plugins mentioned in Janus but uses Vundle VIM plugin to install bundles/plugins instead of relying on Submodules.
##Setting up your VIM
-
Install MacVIM by running
brew install macvim
-
Install Vundle to manage the VIM plugins that makes it awesome
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Copy the .vimrc and .vimrc-after to your home directory.
-
Open mvim and run command
:PluginInstall
##NOTE
All the plugins to be installed are listed in .vimrc file. I have customized the mapLeader key to , (comma) but you can edit it in .vimrc-after file.