Delete any configs of nvim or get default nvim

By | 27th December 2024

Remove these directories to get the default nvim (neo vim) with out any configurations or caches.

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim