We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3a1e6 commit c960d07Copy full SHA for c960d07
1 file changed
install/bootstrap_apps_cli.sh
@@ -510,6 +510,9 @@ if is_profile_admin_or_similar; then
510
# Shell formatter
511
is_cli_priority "critical" && homebrew_brew_install "shfmt" # Shell script formatter
512
513
+ # Language syntax parser
514
+ is_cli_priority "critical" && homebrew_brew_install "tree-sitter-cli" # Parser generator for neovim's treesiter plugin
515
+
516
# Matrix
517
is_cli_priority "optional" && homebrew_brew_install "iamb" # Matrix client CLI with vim bindings
518
0 commit comments