qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.6k stars 218 forks source link

Nvim-treesitter requires Neovim 0.8.3+ #1009

Open polydevuk opened 1 year ago

polydevuk commented 1 year ago

NeoVim 0.9.1 via MacPorts on Mac OS Ventura

:checkhealth

nvim-treesitter: require("nvim-treesitter.health").check()

Installation

wookayin commented 11 months ago

Yes, vimr is based on neovim 0.8.2; until #1007 you should pin treesitter at older versions.

huyz commented 9 months ago

Which nvim-treesitter should we pin to, so that we don't all have to dig?

wookayin commented 9 months ago

I pinned at v0.9.1 and it works fine. See https://github.com/nvim-treesitter/nvim-treesitter/issues/2293

georgeharker commented 7 months ago

Please have a try with the newer snapshots which have a newer neovim and can point at external neovim also.

huyz commented 4 months ago

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 4 months ago

In advanced settings you can paste the path of the binary

huyz commented 4 months ago

This ticket can be closed