You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
autoload | 9 years ago | |
bundle | 3 months ago | |
colors | 9 years ago | |
doc | 12 years ago | |
sessions | 3 months ago | |
syntax | 11 years ago | |
.gitignore | 12 years ago | |
.gitmodules | 3 months ago | |
README.md | 11 years ago | |
gvimrc | 4 years ago | |
vimrc | 3 months ago |
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