I removed my .config/nvim folder to restart my config since I’ve felt that I had done to much work with it and wanted to start clean.
After I removed it, I created a new nvim folder in .config, but now I am getting error when I try to run “:help” command like “:help vim.opt”
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /usr/local/bin/nvim-linux64/share/nvim/runtime/fil
etype.lua:35: Error executing lua: /usr/local/bin/nvim-linux64/share/nvim/runtim
e/filetype.lua:36: BufReadPost Autocommands for "*"..FileType Autocommands for "
*"..function <SNR>1_LoadFTPlugin[20]..script /usr/local/bin/nvim-linux64/share/n
vim/runtime/ftplugin/help.lua: Vim(runtime):E5113: Error while calling lua chunk
: ...nux64/share/nvim/runtime/lua/vim/treesitter/language.lua:107: no parser for
'vimdoc' language, see :help treesitter-parsers
Since I had removed all my config (including tree-sitter) I thought everything would go back to normal.
I’m using Pop_OS if it matters.