Skip to content

Instantly share code, notes, and snippets.

@aaronedev
Created February 20, 2025 13:32
Show Gist options
  • Select an option

  • Save aaronedev/dbf1a8d9997472ab8753293794dbae5e to your computer and use it in GitHub Desktop.

Select an option

Save aaronedev/dbf1a8d9997472ab8753293794dbae5e to your computer and use it in GitHub Desktop.
uninstall neovim bash oneliner
#!/bin/sh
rm -rf ~/.local/share/nvim/ && rm -rf ~/.local/state/nvim/ && rm -rf ~/.config/nvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment