Treesitter main branch #557
Answered
by
MeanderingProgrammer
brian-tran-dev
asked this question in
Q&A
|
Does this one support nvim-treesitter main branch? |
Answered by
MeanderingProgrammer
Nov 19, 2025
Replies: 1 comment
|
Short answer, yes. Longer answer, this plugin doesn't rely on any logic from |
0 replies
Answer selected by
MeanderingProgrammer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short answer, yes.
Longer answer, this plugin doesn't rely on any logic from
nvim-treesitter, it just needs the parsers to available. Since most people do this via thenvim-treesitterplugin, it's listed as a dependency of this one. But you could install it yourself and it would still work. So no matter what changes innvim-treesitterhappen or if that plugin goes away entirely this plugin will continue to work. The only hard dependencies are having the parsers available on your runtimepath and the neovim API.