1
0
Fork 0

Add readme

This commit is contained in:
Sebastian Kippe 2012-01-29 11:54:15 +01:00
parent 387950faa6
commit d857c5710e
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
My Vim config. Initially based on the example config from the excellent PeepCode screencast, but very much updated and tweaked.
### Usage recommendation:
$ git clone git://github.com/skddc/vim-config.git ~/.vim
$ cd ~/.vim
$ git submodule init
$ git submodule update
$ ln -s vimrc ../.vimrc
$ ln -s gvimrc ../.gvimrc