diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 17:13:41 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-29 17:13:41 +0200 |
| commit | 9eadb320fc1ea014ef531ae074193ad5299591d2 (patch) | |
| tree | dbc6b28df6abe681c6833e0cc6df6a4562cb16e5 | |
| parent | c28c1245292c6244410fa79325cd45a9cca3fc9d (diff) | |
| download | dotfiles-9eadb320fc1ea014ef531ae074193ad5299591d2.tar.gz dotfiles-9eadb320fc1ea014ef531ae074193ad5299591d2.zip | |
fix(dotfiles): install vim-language-server with yay
It's AUR, not in the official Arch packages.
| -rwxr-xr-x | .local/bin/dotfiles | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index a2f4e64..be0a929 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -168,10 +168,9 @@ sync) bash-language-server lua-language-server marksman - vim-language-server ) sync_deps "${deps[@]}" - sync_aur pass-secret-service-bin + sync_aur pass-secret-service-bin vim-language-server disable_kwallet_secret_service link_browserpass_host sync_nvim |
