Some tools the configs assume are on PATH aren't installed by the configs themselves. On Arch, most are covered by packages.txt. On macOS, install via Homebrew.
tree-sitter-cli— required bynvim-treesitter(tracks themainbranch, which compiles parsers from source at install time). Note that Homebrew'stree-sitterformula ships only the C library; the CLI is a separate formula.- macOS:
brew install tree-sitter-cli - Other:
npm install -g tree-sitter-cliorcargo install tree-sitter-cli
- macOS: