My Vim Configuration
Customized Vim setup for efficient development workflow
··33 words·1 min
Table of Contents
Hey guys, just wanted to share my current VIM settings.

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