bookmark_borderMy VIM configuation

Hey guys, just wanted to share my current VIM settings.


vim configuration

Installation

Copy the vimrc file to ~/.vimrc
Install Vundle from https://github.com/VundleVim/Vundle.vim with:

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

Run vim +PluginInstall +qall

Enjoy 😉
https://github.com/dansku/vimrc