mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
nvim: add tree-sitter CLI to extraPackages
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:
parent
856f200244
commit
48ef78fd13
3 changed files with 8 additions and 8 deletions
|
|
@ -49,6 +49,7 @@ in
|
|||
python3
|
||||
ripgrep
|
||||
stylua
|
||||
tree-sitter
|
||||
vscode-langservers-extracted
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.typescript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue