qvacua/vimr

Nvim-treesitter requires Neovim 0.8.3+

polydevuk opened this issue · 7 comments

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+

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?

I pinned at v0.9.1 and it works fine. See nvim-treesitter/nvim-treesitter#2293

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?

In advanced settings you can paste the path of the binary

huyz commented

This ticket can be closed