I am getting these treesitter/highlighter errors with markdown files too when I write a formula.
Any help would be greatly appreciated.
I installed, Lua5.4, tree-sitter-cli, complete latex, python3-venv, completely removed and reinstalled neovim.
I am getting these treesitter/highlighter errors with markdown files too when I write a formula.
Any help would be greatly appreciated.
I installed, Lua5.4, tree-sitter-cli, complete latex, python3-venv, completely removed and reinstalled neovim.
Copyright © 2021 Jogjafile Inc.
The error you're getting might be caused by multiple parser paths, with the incorrect version being used. You can check the paths of the parser files by running the following command in Nvim:
:echo nvim_get_runtime_file('parser', v:true)Check the parser path if the path isn't a valid path then install markdown parser:TSInstall vimdocAs from this github issue, try
TSUpdate, I prefer you to read the whole comments