Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 462 Bytes

My Vim settings, mostly mostly used for python/django + html & js dev. The only outside requirements are Ack and Ctags.

git clone [email protected]:volksman/dotvim.git
cd dotvim

git submodule init
git submodule update

cd ~
rm -rf .vim
ln -s dotvim/.vim
ln -s dotvim/.vimrc

To update all the submodules?

git submodule foreach git pull origin master

Big big big thanks to mgrouchy and myusuf3 for being great netizens!