aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-03-23 19:42:18 +0100
committerChristian Clason <c.clason@uni-graz.at>2026-03-23 19:42:18 +0100
commitcf12346a3414fa1b06af75c79faebe7f76df080a (patch)
treed921c0083de6adf7f61f9e59afdba7271102dac5
parentdocs(readme)!: announce archiving of master branch (diff)
downloadnvim-treesitter-master.tar
nvim-treesitter-master.tar.gz
nvim-treesitter-master.tar.bz2
nvim-treesitter-master.tar.lz
nvim-treesitter-master.tar.xz
nvim-treesitter-master.tar.zst
nvim-treesitter-master.zip
docs(readme): list support upper boundsmaster
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee026b3d8..c904346ef 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,10 @@ For more detailed information on setting these up, see ["Advanced setup"](#advan
## Requirements
-- **Neovim 0.10** or later (supported up to Neovim 0.12);
+- **Neovim 0.10 or 0.11** (Neovim 0.12 is **not supported**);
- `tar` and `curl` in your path (or alternatively `git`);
- a C compiler in your path and libstdc++ installed ([Windows users please read this!](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)).
+- `tree-sitter-cli` up to **0.25.x**.
## Installation