The nvim-treesitter repository was archived

The nvim-treesitter plugin provides functions for installing, updating, and removing tree-sitter parsers; a collection of queries for enabling tree-sitter features built into Neovim for these languages; a staging ground for treesitter-based features considered for upstreaming to Neovim. For details on these and how to help improving them, see CONTRIBUTING.md. CautionThis is a full, incompatible, rewrite: Treat this as a different plugin you need to set up from scratch following the instructions below. If you can’t or don’t want to update, specify the master branch (which is locked but will remain available for backward compatibility with Nvim 0.11). Quickstart Requirements Neovim 0.12.0 or later (nightly) tar and curl in your path tree-sitter-cli (0.26.1 or later, installed via…

Read more on Lobste.rs