1
0
Bifurcation 0
Aller au fichier
Basti 6c39cfb8b4
Update plugins and config
2022-03-19 11:01:18 -06:00
autoload Update pathogen 2013-04-19 13:13:39 +02:00
bundle Update plugins and config 2022-03-19 11:01:18 -06: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
sessions Update plugins and config 2022-03-19 11:01:18 -06: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 2022-03-19 11:01:18 -06: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 2022-03-19 11:01:18 -06: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