Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove nvim-treesitter dependency #107

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

mrcjkb
Copy link
Contributor

@mrcjkb mrcjkb commented Jun 22, 2024

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).

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).
@kawre kawre merged commit 02fb2c8 into kawre:master Jun 27, 2024
@kawre
Copy link
Owner

kawre commented Jun 27, 2024

Thanks!

@mrcjkb mrcjkb deleted the tree-sitter-api branch June 27, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants