/vim-config

My personal VIM config

Primary LanguageVim Script

VIM-Config

This repo contains my personal VIM configuration (.vim/ directory).

Installation instructions

Just run these commands

cd ~
git clone git://github.com/emilecantin/vim-config.git .vim
cd .vim
git submodule init
git submodule update
vim -u bundles.vim +BundleInstall +q #Install bundles
cd ..
ln -s .vim/.vimrc

LICENSE

MIT: http://opensource.org/licenses/MIT