latex-lsp / tree-sitter-latex

LaTeX grammar for tree-sitter
MIT License
87 stars 21 forks source link

After recent update, nvim-treesitter said not found tree-sitter cli #118

Closed KortanZ closed 3 months ago

KortanZ commented 3 months ago

Question

After recent update, nvim-treesitter said not found tree-sitter cli. Should we user need to install tree-sitter cli to use nvim-treesitter latex parser?

Logs

tree-sitter CLI not found: `tree-sitter` is not executable!
tree-sitter CLI is needed because `latex` is marked that it needs to be generated from the grammar definitions to be compatible with nvim!
clason commented 3 months ago

Yes.

KortanZ commented 3 months ago

Ok,thank you