Configuration for Vim and Neovim.
- Clone the repository into
~/.vim
for use with Vim - Change directory to the just cloned repository
- Make a symlink for use with Neovim:
ln -s $PWD ~/.config/nvim
- Pull the plugins:
git submodule update --init --recursive --recommend-shallow
- If not provided by the distribution, install these plugins manually:
wget -P plugin https://raw.githubusercontent.com/junegunn/fzf/master/plugin/fzf.vim
To update all submodules to the latest versions, run:
git submodule update --init --recommend-shallow --remote --single-branch