qvacua / vimr

VimR — Neovim GUI for macOS in Swift

Home Page:https://twitter.com/VimRefined

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nvim-treesitter requires Neovim 0.8.3+

polydevuk opened this issue · 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.

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.

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

This ticket can be closed