Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 366 Bytes

dotfiles

Collection of useful dotfiles

vim

To use the .vimrc, first run git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle

Afterwards, open vim, dismiss the error by hitting and type :BundleInstall. Once complete, close vim by typing :qall. Now all plugins should be active and no more error should appear on startup.