summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/dotfiles5
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles
index 4c23a73..7bced23 100755
--- a/.local/bin/dotfiles
+++ b/.local/bin/dotfiles
@@ -92,6 +92,11 @@ sync)
shfmt # shell program formatter
stylua # Lua formatter
base-devel cmake ninja git # nvim build dependencies
+ # language servers (used by nvim)
+ bash-language-server
+ lua-language-server
+ marksman
+ vim-language-server
)
sync_deps "${deps[@]}"
sync_nvim