mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
Merge pull request #425 from florentdestremau/master
Add uninstall script for neovim
This commit is contained in:
5
uninstall/app-neovim.sh
Normal file
5
uninstall/app-neovim.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
sudo apt purge -y neovim neovim-runtime
|
||||||
|
rm -rf ~/.config/nvim
|
||||||
|
rm -rf ~/.local/share/nvim
|
||||||
|
rm -rf ~/.local/state/nvim
|
||||||
|
rm -rf ~/.cache/nvim
|
||||||
Reference in New Issue
Block a user