nvim-treesitter Was Archived. Here's What You Actually Need to Do.

https://programming.dev/post/48736280

nvim-treesitter Was Archived. Here's What You Actually Need to Do. - programming.dev

Lemmy

I’ve been thinking about moving away from nvim-treesitter for this. There seem to be some alternatives already, like tree-sitter-manager. Or I can probably just get it to work without any plugins.

The only thing that I’m worried about are the features provided by nvim-treesitter-textobjects. Has anyone been able to replicate those in native neovim, or even using some other plugin that’s not dependent on nvim-treesitter?

Edit: There seems to be some interesting recent development.

upstream nvim-treesitter: `nvim-tsconfig` · Issue #39006 · neovim/neovim

Problem (This is a "work plan" for #22313 ) https://github.com/nvim-treesitter/nvim-treesitter should be upstreamed in a form similar to nvim-lspconfig, using the power of magic 🌈 Known issues: que...

GitHub