Help with uninstall and reinstall #2106
Unanswered
liukushk-a
asked this question in
Q&A
Replies: 2 comments 2 replies
|
Try clean nvim-treesitter in |
1 reply
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvimand then open Neovim to re-install everything. You won't lose your personal configuration. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I'm currently in a bad situation.


I wrote on the nvim-treesitter showing an error I'm seeing using the telescope plugin:
The contributors in the treesitter page told me this:
Not a bug. You have an outdated python parser. Best to reinstall LazyVim from scratch (you should ask there how to deal with such issues).
(It looks like updating switched you from the deprecated master branch to main without completely removing outdated files.)
The issue I opened in the treesitter page was this one, if you are interested.
He told me to reinstall lazyvim from scratch, but I'm scared of destroying everything. Please, someone help me...
All reactions