mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 04:24:20 +01:00
7 lines
183 B
Bash
7 lines
183 B
Bash
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
|
|
rm -rf ~/.cache/nvim
|