Setup
Download
Configure
Install Packer:
git clone --depth 1 https://github.com/wbthomason/packer.nvim \
~/.local/share/nvim/site/pack/packer/start/packer.nvim
Download configuration:
mkdir -p ~/.config && cd ~/.config
git clone git@github.com:gloriallluo/nvim.git
To install nvim plugins, type nvim command :PackerSync
.