mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ in
|
|||
python3
|
||||
ripgrep
|
||||
stylua
|
||||
tree-sitter
|
||||
vscode-langservers-extracted
|
||||
nodePackages.bash-language-server
|
||||
nodePackages.typescript
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue