1
0
Fork 0
Go to file
Basti c5b50e82c6
Add Tern and TypeScript plugins
2020-05-11 13:48:23 +02:00
autoload Update pathogen 2013-04-19 13:13:39 +02:00
bundle Add Tern and TypeScript plugins 2020-05-11 13:48:23 +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 Add Tern and TypeScript plugins 2020-05-11 13:48:23 +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 Add Tern and TypeScript plugins 2020-05-11 13:48:23 +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