1
0
Fork 0
Go to file
Sebastian Kippe cb38933da0 Add link to screencast 2012-01-29 11:59:59 +01:00
autoload initial commit (peepcode vim config) 2011-01-26 17:52:09 +01:00
bundle Remove vim-peepopen 2012-01-29 11:57:01 +01:00
colors better blue color for topfunky theme 2011-02-01 14:39:15 +01:00
doc remove command-t 2011-02-19 15:47:11 +01:00
ftplugin add syntax highlighting for json files 2011-04-28 12:45:28 +01:00
syntax add syntax hightlighting for nginx config files 2011-09-04 15:42:16 +02:00
.gitignore add gitignore config 2011-02-01 14:45:03 +01:00
.gitmodules Remove NerdTree 2012-01-29 11:56:55 +01:00
README.md Add link to screencast 2012-01-29 11:59:59 +01:00
gvimrc set colorscheme only in gui config 2011-06-19 14:18:50 +02:00
vimrc Add Vimroom 2012-01-29 11:40:13 +01:00

README.md

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