Plugins are included as submodules and managed using pathogen.
git clone --recursive https://github.com/0/.vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +:Helptags +qa
:help SpliceVCS
git pull
git submodule update --init --recursive
vim +:Helptags +qa
Some plugins are not interesting on their own, but are included to satisfy dependencies of other plugins:
- CountJump: ConflictMotions
- ingo-library: ConflictDetection, ConflictMotions
- repeat: various (typically optional)
- xolox-misc: notes
Certain plugins require workarounds. The current list includes:
It creates mappings that get in the way of typing. Fixed in
after/plugin/a.vim
.