Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 252 Bytes

This is my Vim configuration.

Configuration Steps:

git clone https://github.com/joelhy/Vim.git .vim
ln -s /home/joelhy/.vim/vimrc /home/joelhy/.vimrc
cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
vim +PluginInstall +qall