You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many plugins already support the nvim-treesittermain branch because it could be compatible with the mainstream master branch, and I noticed that it should not need much work for this plugin to be compatible with the main branch. Since the main branch will be the default in the future, it would be better if this plugin supports it faster.
The text was updated successfully, but these errors were encountered:
Yea, I've been aware of this for some time I just haven't found the time to implement it. I'm open to PRs which fix this if you have time to spare. Eventually I'll get to it, just not sure when.
The
nvim-treesitter
has an experimental main branch, which will be the default in the future. It dropped the module system, so the following codevim-illuminate/plugin/illuminate.vim
Lines 15 to 22 in 82aae86
will not be valid anymore.
Some APIs were built-in by
vim.treesitter
and will be removed from themain
branch ofnvim-treesitter
, so the following APIvim-illuminate/lua/illuminate/providers/treesitter.lua
Line 1 in 5eeb795
vim-illuminate/lua/illuminate/providers/treesitter.lua
Line 9 in 5eeb795
has an equivalent API,
vim.treesitter.get_node()
.Many plugins already support the
nvim-treesitter
main
branch because it could be compatible with the mainstreammaster
branch, and I noticed that it should not need much work for this plugin to be compatible with themain
branch. Since themain
branch will be the default in the future, it would be better if this plugin supports it faster.The text was updated successfully, but these errors were encountered: