/neat-vimrc

My setup for vim

Primary LanguageVimLMIT LicenseMIT

neat-vimrc

My setup for vim.

How to install:

  1. Fetch Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Copy to your vimrc location (WARNING! this will overwrite your current vimrc, be careful):
curl https://raw.githubusercontent.com/dragn/neat-vimrc/master/.vimrc > ~/.vimrc
  1. Install plugins with Vundle (run inside vim):
:VundleInstall