To install envi, close this repository to the required directory:
git clone --depth=1 https://github.com/ilexite/envi.git \
${XDG_CONFIG_HOME:-$HOME/.config}/nvim
Now, envi should be installed and will perform a first-time setup once you launch it.
It is recommended to run a :checkhealth
once you install envi, and fix any
problems.
Had enough fun with envi? To uninstall, remove your neovim config directory:
rm -rf ${XDG_CONFIG_HOME:-$HOME/.config}/nvim
Then, run neovim and perform a :PackerClean
. envi should now be uninstalled.