1
0
Fork 0
vim-config/README.md

11 lines
392 B
Markdown
Raw Permalink Normal View History

2012-01-29 10:59:59 +00:00
My Vim config. Initially based on the example config from the excellent [PeepCode screencast](http://peepcode.com/products/smash-into-vim-i), but very much updated and tweaked.
2012-01-29 10:54:15 +00:00
### Usage recommendation:
2012-01-29 10:59:59 +00:00
$ 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