Skip to content

nicholasklem/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim plugin management with vundle:

http://anotetomyself.com/technical/sync-vim-online-vundle-version-control

...

Setting sync in your other environments:

  • Cloning your dotvim. The repo that you created while setting up your git

git clone [email protected]:nicholasklem/vim.git .vim

  • soft link your vimrc

ln -s ~/.vim/vimrc ~/.vimrc

  • Seting up Vundle

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

  • Installing the packages - Open vim and execute :BundleInstall

Releases

No releases published

Packages

No packages published