- Install GNU Stow
- Install Python client for Neovim. In ArchLinux this is done as such
pacman -S python-pynvim - Install the minimalist Vim plugin manager (vim-plug)
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Clone this repo to your home directory
- Symlink all of the configuration files by typing
stow foldername. For example, for the git folder typestow git - Install the Vim plugins by typing
:PlugInstallwhen you launch Neovim