diff --git a/Uninstalling-LunarVim.md b/Uninstalling-LunarVim.md new file mode 100644 index 0000000..a1c70af --- /dev/null +++ b/Uninstalling-LunarVim.md @@ -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 +```