Nvim-treesitter requires Neovim 0.8.3+
polydevuk opened this issue · 7 comments
polydevuk commented
NeoVim 0.9.1 via MacPorts on Mac OS Ventura
:checkhealth
nvim-treesitter: require("nvim-treesitter.health").check()
Installation
- ERROR: Nvim-treesitter requires Neovim 0.8.3+
wookayin commented
Yes, vimr is based on neovim 0.8.2; until #1007 you should pin treesitter at older versions.
huyz commented
Which nvim-treesitter should we pin to, so that we don't all have to dig?
wookayin commented
I pinned at v0.9.1 and it works fine. See nvim-treesitter/nvim-treesitter#2293
georgeharker commented
Please have a try with the newer snapshots which have a newer neovim and can point at external neovim also.
huyz commented
can point at external neovim also.
I can't see to find documentation on how to point to an external neovim. How can we do this?
georgeharker commented
In advanced settings you can paste the path of the binary
huyz commented
This ticket can be closed