Skip to content

Uninstalling CosmicNvim

Matthew Leong edited this page Nov 10, 2021 · 3 revisions

If reinstalling CosmicNvim, don't forget to save your config files somewhere as they will be destroyed in the process below.

Uninstall

Run the following:

$ rm -r ~/.config/nvim
$ rm -r ~/.local/share/nvim/site/pack/packer

And just like that, CosmicNvim poofs from existence!

Clone this wiki locally