Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 510 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 510 Bytes

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