Treesitter main branch #557
-
|
Does this one support nvim-treesitter main branch? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Short answer, yes. Longer answer, this plugin doesn't rely on any logic from |
Beta Was this translation helpful? Give feedback.
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.