Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 340 Bytes

Fiks ferdig vim oppsett. Installer ved å klone til ~/.vim :

git clone https://github.com/kthu/dotvim.git ~/.vim

Installer vundle

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

...og installer bundlene (pass på at verdien av $SHELL er /bin/bash):

vim -u ~/.vim/bundles.vim +BundleInstall +qall

Tada!