My conf and plugins are saved in this repository.
Each plugin is installed with pathogen with submodules.
I follow documentation on how Using git-submodules to version-control Vim plugins
Seem since Vim 8.0, vim has his own way to load unload plugin.
This project doesnt use it yet, but it can be possible to remove pathogen and let vim do it himslelf by using this directories :.
pack/plugins/start/
: always loadedpack/plugins/opt/
: loaded optionally with command:packadd foo
and:helptags ALL
-
Clone the repository (recursively to clone plugins as well):
git clone --recursive git@github.com:BriceJamin/Vim.git ~/.vim
-
Symlink
.vimrc
:ln -s ~/.vim/vimrc ~/.vimrc
-
Generate helptags for plugins:
vim :helptags ALL