Created Uninstalling LunarVim (markdown)

rebuilt 2021-07-06 13:30:29 +02:00
parent 1a0000374e
commit 79e9e3ecac

12
Uninstalling-LunarVim.md Normal file

@ -0,0 +1,12 @@
Changed your mind about LunarVim? To remove it entirely:
``` lua
# Delete the configuration files
rm -R ~/.config/nvim
# Delete the plugins
rm -Rf ~/.local/share/nvim
# Delete the logs
rm -R ~/.cache/nvim
```