Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 507 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 507 Bytes

Nícolas's vim files

Use

$ git clone git://github.com/nicolaslazartekaqui/vimfiles.git ~/.vim
$ git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim
$ vim +NeoBundleInstall +qall
$ ln -s ~/.vim/vimrc ~/.vimrc

Upgrading all bundled plugins

$ vim +NeoBundleUpdate +qall

Add other plugin or remove plugin

Add or remove line in neobundle.vim.

Many configs/scripts is ⌘-c/⌘-v from kassio/vimfiles, tnks! =)