Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 647 Bytes

File metadata and controls

10 lines (10 loc) · 647 Bytes

Installation

  1. Install GNU Stow
  2. Install Python client for Neovim. In ArchLinux this is done as such pacman -S python-pynvim
  3. 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
  1. Clone this repo to your home directory
  2. Symlink all of the configuration files by typing stow foldername. For example, for the git folder type stow git
  3. Install the Vim plugins by typing :PlugInstall when you launch Neovim