Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 418 Bytes

====================================

DESCRIPTION

My vim config files

The config files use pathogen.vim managing the plugins. Each plugins, if it is a git repo, is a git submodule

INSTALL

$ git clone git://github.com/ywen/vim-config-files.git
$ git submodule init
$ git submodule update
$ ln -s vim-config-files .vim
$ ln -s vim-config-files/vimrc .vimrc
$ ln -s vim-config-files/gvimrc .gvimrc