diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 15:39:44 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 15:39:44 +0200 |
| commit | fe3a9f890a52d08f65fb2ba90a892bafd36451ed (patch) | |
| tree | e3050ac96baedee9609169f2a89cbb56e89e98f4 | |
| parent | e25ce62452fe25bf719653b458b233c1f8933b77 (diff) | |
| download | dotfiles-fe3a9f890a52d08f65fb2ba90a892bafd36451ed.tar.gz dotfiles-fe3a9f890a52d08f65fb2ba90a892bafd36451ed.zip | |
misc(dotfiles): install tree-sitter-cli on sync
| -rwxr-xr-x | .local/bin/dotfiles | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index 2754603..a30ea9a 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -153,6 +153,7 @@ sync) yay # AUR helper (for pass-secret-service-bin) shfmt # shell program formatter stylua # Lua formatter + tree-sitter-cli # used by nvim (increment parsing) base-devel cmake ninja git # nvim build dependencies # language servers (used by nvim) bash-language-server |
