-
Clone this repo
git clone https://github.com/brucechou1983/vim-dev ~/.vim
-
Update submodules
cd ~/.vim/ git checkout master && git submodule init && git submodule update cd ~/.vim/vim-dev-lang/ git checkout master && git submodule init && git submodule update
-
Checkout specific language, ex:
git checkout python
-
Backup you .vimrc and link the new one
ln -s ~/.vim/vimrc ~/.vimrc
-
In vim, execute:
:PluginInstall
For shared settings and plugins, modify vimrc
in this repo.
For language-specific setting and plugins, modify vimrc
and vimrc.plugin
in vim-dev-lang.