Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 285 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 285 Bytes

vimfiles

Provisioning vim

Do the following for provisioning:

wget https://raw.githubusercontent.com/ryanmackenziewhite/vimfiles/master/vimrc 
mv vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall