Skip to content

Commit

Permalink
Better neovim cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Dec 21, 2023
1 parent 57238ac commit e3e214c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ myzsh_uninstall_neovim() {
rm -rf "$MYZSH_INSTALLED_DIR"/nvim/plugin/packer_compiled.lua
rm -rf "$HOME"/.config/nvim
rm -rf "$HOME"/.local/share/nvim
rm -rf "$HOME"/.local/state/nvim
rm -rf "$HOME"/.cache/nvim
}

Expand Down

0 comments on commit e3e214c

Please sign in to comment.