Nvim-treesitter (13K+ Stars) is Archived
RohanAdwankar
52 points
3 comments
April 04, 2026
Related Discussions
Found 5 related stories in 50.8ms across 3,558 title embeddings via pgvector HNSW
- Nvim-treesitter is Now Archived derHackerman · 29 pts · April 04, 2026 · 91% similar
- Neovim TreeSitter plugin has been archived on GitHub ComputerGuru · 20 pts · April 04, 2026 · 80% similar
- Why there are no releases? – nvim-treesitter archived sva_ · 17 pts · April 04, 2026 · 71% similar
- TreeTrek – A raw Git repository viewer web app maxloh · 14 pts · March 28, 2026 · 51% similar
- EVi, a Hard-Fork of Vim todsacerdoti · 44 pts · March 10, 2026 · 50% similar
Discussion Highlights (3 comments)
potatosalad99
Honestly this is just a case of open source software users expecting a free lunch. Firstly, the maintainers of this package don’t owe you anything, secondly the new version of neovim and treesitter-cli are already in Arch extra testing, and since they don’t break anything they’ll probably be in extra next week, so chill the fuck out. If you have a problem with how open source works just please head back to vscode.
bedroom_jabroni
Incredibly based response to the "I am the customer" energy in OSS.
porridgeraisin
This is why I built nvim from source, and git pull plugins into the pack directory. I think it's even a static binary. Whatever changes I need I git pull. After they added LSP I have not wished for anything else really, so I stopped pulling. I think I pulled LSP completion API in 0.11 era but that's it. Hate it when people break backwards compatibility. For me it's sacrosanct, more important than absolutely anything else. I only have a handful of plugins so the system works well. And I have a 500 line init.vim (and no other config). Some ecosystems like golang share this principle and so I can freely update packages without worrying about breakages. But other ecosystems(nvim, python, etc) I'm a lone warrior