Personal NeoVim distro.
Neovim 0.10.0
or newer. Verify your Neovim version with:
nvim --version
Notice: Backup your existing Neovim configuration first!
mv ~/.config/nvim ~/.config/nvim.bak
- Clone the repository (including submodules):
git clone --recurse-submodules https://github.com/rice-grain/nvim
- Move the content of
src/
to~/.config/nvim
.
cp -r nvim/src ~/.config/nvim