Skip to content

Uninstall AstroNvim

AstroNvim can be uninstalled in the same fashion of removing any Neovim configuration from your system. The main step is that you remove the Neovim configuration directory. The important next step is that you also remove the state and cache folders so that there are no lingering files from AstroNvim that Neovim might still try to load.

Commands

Terminal window
rm -rf ~/.config/nvim \
~/.local/share/nvim \
~/.local/state/nvim \
~/.cache/nvim