1
0
Fork 0
Go to file
Basti e1f1dc0d13 Add smyck color scheme 2013-04-19 13:13:39 +02:00
autoload Update pathogen 2013-04-19 13:13:39 +02:00
bundle Update gist-vim 2013-04-19 13:13:39 +02:00
colors Add smyck color scheme 2013-04-19 13:13:39 +02: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 Add handlebars and youcompleteme 2013-04-19 13:13:34 +02: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 smyck color scheme 2013-04-19 13:13:39 +02: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