From f49db2989c7cb9eb14141dc639c043e52cbfd27e Mon Sep 17 00:00:00 2001 From: "S.M. Safi" Date: Thu, 5 Feb 2026 13:00:04 +0600 Subject: [PATCH] docs: add tree-sitter-cli and node as requirements The nvim-treesitter rewrite (main branch) now requires the CLI and Node to generate parsers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b9e52da..a83a2ac1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ External Requirements: - Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`) - [ripgrep](https://github.com/BurntSushi/ripgrep#installation), [fd-find](https://github.com/sharkdp/fd#installation) +- [`tree-sitter-cli`](https://github.com/tree-sitter/tree-sitter/blob/master/crates/cli/README.md) - For syntax highlighting (required by `nvim-treesitter`) +- [`node`](https://nodejs.org/en/download) - Required by `tree-sitter-cli` to generate parsers - Clipboard tool (xclip/xsel/win32yank or other depending on the platform) - A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons - if you have it set `vim.g.have_nerd_font` in `init.lua` to true