nvim: add tree-sitter CLI to extraPackages
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

Ensures the tree-sitter binary is available in nvim's PATH so
nvim-treesitter auto_install can compile parsers (e.g. Go) without
requiring a separate brew install.
This commit is contained in:
Harivansh Rathi 2026-04-08 20:41:10 -04:00
parent 856f200244
commit 48ef78fd13
3 changed files with 8 additions and 8 deletions

View file

@ -2,11 +2,3 @@ git:
pagers:
- pager: delta --paging=never
colorArg: always
gui:
showBottomLine: false
showListFooter: false
showPanelJumps: false
showCommandLog: false
showRandomTip: false
splitDiff: auto
border: rounded

View file

@ -49,6 +49,7 @@ in
python3
ripgrep
stylua
tree-sitter
vscode-langservers-extracted
nodePackages.bash-language-server
nodePackages.typescript

View file

@ -276,6 +276,13 @@ let
in
''
gui:
showBottomLine: false
showListFooter: false
showPanelJumps: false
showCommandLog: false
showRandomTip: false
splitDiff: auto
border: rounded
theme:
activeBorderColor:
- "${c.activeBorder}"