Skip to content

Commit 3f85faf

Browse files
bootstrap: install tree-sitter-cli
1 parent 6b30753 commit 3f85faf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install/bootstrap_apps_cli.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ if is_profile_admin_or_similar; then
510510
# Shell formatter
511511
is_cli_priority "critical" && homebrew_brew_install "shfmt" # Shell script formatter
512512

513+
# Language syntax parser
514+
is_cli_priority "critical" && homebrew_brew_install "tree-sitter-cli" # Parser generator for neovim's treesiter plugin
515+
513516
# Matrix
514517
is_cli_priority "optional" && homebrew_brew_install "iamb" # Matrix client CLI with vim bindings
515518

0 commit comments

Comments
 (0)