Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 342 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 342 Bytes

vim

Repo intended to quickly setup VIM on any remote machine

Install procedure

cd ~
git init .
git remote add -t \* -f origin https://github.com/bastijnv/vim.git
git checkout master
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

Result

vim screenshot