Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 342 Bytes

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