Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 493 Bytes

My Vim configuration repository

I use gmarik/vundle to manage my plugins.

Lately, I have been using vim for Go and C.


Installing

cd
git clone --recursive https://github.com/mateusbraga/vimconfig
ln -s vimconfig/.vim .vim
ln -s vimconfig/.vimrc .vimrc
vim +PluginInstall +qall
vim +GoInstallBinaries +qall

Compile YouCompleteMe - See https://github.com/Valloric/YouCompleteMe