/vim

Primary LanguageVim ScriptArtistic License 2.0Artistic-2.0

vim

My mostly terrible vim dot files.

To setup:

$ cd ~/
$ git clone --recursive https://github.com/xntrik/vim .vim
$ cd .vim
$ make update
$ make install

To add a new vim plugin:

$ cd bundle
$ git submodule add <git>

Cheers to @jessfraz for her https://github.com/jessfraz/.vim repo!