Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 429 Bytes

My Vim Configuration

This is just my configuration for the best editor that ever existed.

Installation/configuration suggested

Just clone into your home and create two symbol links, for example:

.vimrc: ~ $ ln -s /home/$USER/myvimconfig/.vimrc .vimrc

.vim: ~ $ ln -s /home/$USER/myvimconfig/.vim .vim

~ $ cd /home/$USER/myvimconfig/

~ $ git submodule init

~ $ git submodule update

:D