My vim configuration. ~/.vim structure
-- Setup --
- Make sure to clone with the --recursive flag, so that submodules are cloned in as well. Otherwise, plugins will break.
- Clone into ~/.vim, then create symlink from ~/.vimrc to ~/.vim/vimrc
- ln -s ~/.vim/vimrc ~/.vimrc
-- Plugins Used --
- NerdTree
- Solarized
-- Shortcuts Created --
- 'jk' - Escape key
- 'space a' - Save and Exit
- 'space w' - Save