1
0
Fork 0
Go to file
Basti e15d204347 Improve gvimrc
Not really using it, but why have it be different from my console.
2018-04-17 10:57:01 +02:00
autoload Update pathogen 2013-04-19 13:13:39 +02:00
bundle Update plugins and config 2018-04-17 10:39:51 +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 syntastic and proper HTML/JS indentation 2013-04-19 13:13:40 +02: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 Update plugins and config 2018-04-17 10:39:51 +02:00
README.md Add link to screencast 2012-01-29 11:59:59 +01:00
gvimrc Improve gvimrc 2018-04-17 10:57:01 +02:00
vimrc Update plugins and config 2018-04-17 10:39:51 +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