Post #4230918
2026-05-26 13:46 UTC
@vjousse@mamot.fr i made my own replacement. because i needed something that worked on older neovim versions and was as easy to use as the "old" nvim-treesitter from the master branch.
https://github.com/VonHeikemen/ts-enable.nvim
but it is worth mention the last commit from nvim-treesitter main branch should work just fine in neovim v0.12. so searching for an alternative is not strictly necessary just yet.
Replies (1)
-
@vjousse@mamot.fr 2026-05-26 14:33
@vonheikemen@hachyderm.io thx for the link! Sure for `nvim-treesitter` but I don’t like relying on something archived. It looks like https://github.com/romus204/tree-sitter-manager.nvim is a good replacement too!