This is my vim configuration folder.
I'm just getting started with it, so there are no interesting desicions whatsoever.
I keep it here for my own convenience.
Clone the repository to your ~/.vim
folder.
Before using it you need to install vundle for package management and run :PluginInstall
from vim, or vim +PluginInstall +qall
from command line.
I try to keep plugin configurations in separate files and source them from vimrc.
Example: configuration for NERDtree is kept in nerdtree.vim