Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jacobblock/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

ln -s ~/.vim/vimrc ~/.vimrc
git clone https:/github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
cd ~/.vim/vimrc/bundle/YouCompleteMe
./install.sh --clang-completer
vim +BundleInstall +qall

To add repository

vim ~/.vim/vimrc

Then inside vim,

:BundleInstall
:BundleUpdate
:BundleClean

Deleting

delete line from .vimrc and run :BundleClean

References

http://rmitc.org/2013/04/modern-vim-plugin-management-pathogen-vs-vundle/

About

My vim environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published