Remove the desktop file too when uninstalling neovim

This commit is contained in:
David Heinemeier Hansson
2025-04-19 11:24:01 +02:00
parent f91d64434b
commit c7b64d26d4

View File

@@ -1,4 +1,5 @@
sudo apt purge -y neovim neovim-runtime
rm ~/.local/share/applications/Neovim.desktop
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim