ghostbuster91 / nvim-next

Apache License 2.0
27 stars 4 forks source link

Support nvim-treesitter `main` branch #22

Open ofseed opened 4 months ago

ofseed commented 4 months ago

nvim-treesitter is gradually refactoring, it has a branch that does not provide the nvim-treesitter lua module. Now nvim-treesitter-textobject supports the main branch of nvim-treesitter, so I hope this plugin can support it one day since it will be the only valid branch.

Reference to https://github.com/nvim-treesitter/nvim-treesitter/tree/main https://github.com/nvim-treesitter/nvim-treesitter-textobjects/tree/main

ghostbuster91 commented 4 months ago

Thanks for the heads up. Yes, I will definitely do it one day. In the meantime, of course, PRs are welcome :)