Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 451 Bytes

File metadata and controls

28 lines (19 loc) · 451 Bytes

Casu's ViM config

This is my current ViM configuration

To install, just clone this project:

git clone https://github.com/elcasu/vim.git .vim

And then create your .vimrc as a symlink to .vim/vimrc:

ln -s ~/.vim/vimrc .vimrc

I'm using Vundle to manage plugins. Install it:

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
:BundleInstall

And that's it! :-)