This is a direct for fomr the official AstroNvim template, with the customizations relevant to my personal workflow
NOTE: This is for AstroNvim v4+
I like to suggest a different approach when testing other people distributions. For this instance, a backup is not necessary
We are going to use an alternate install location, so you can have a regular install of nvim running alongside this configuration.
git clone https://github.com/corintho/astronvim_config ~/.config/nvim-astro
This runs neovim, telling it to load configuration from a different directory than the default one
NVIM_APPNAME="nvim-astro" nvim
I also suggest that you create an alias in your shell rc file, to make it easier to run this instance
alias astro='NVIM_APPNAME="nvim-astro" nvim'
The clean-up process is quite straightforward. If you followed the suggested alias creation as above, you just need to delete the installation and any caches left behind:
rm ~/.config/nvim-astro
rm ~/.local/share/nvim-astro
rm ~/.local/state/nvim-astro
rm ~/.cache/nvim-astro