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
This plugin actually uses Neovim's core API and doesn't
depend on nvim-treesitter's legacy API (which will be removed).
I have
- Replaced the only place where nvim-treesitter is needed
to use Neovim's core API to check for a parser on the runtimepath.
- Updated the reamde to clarify that this plugin doesn't depend
on nvim-treesitter (there are multiple ways to install parsers).
0 commit comments