summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 21:49:03 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 21:49:03 +0200
commita2dbcb53bb134b0ba7d13e7b966ea32e777743b9 (patch)
tree8b841e82b13d79a1d196281396fb0ee552375a3b /.local
parent11d3dd66b883dd6420f9a2a93ad79c99358ad417 (diff)
downloaddotfiles-a2dbcb53bb134b0ba7d13e7b966ea32e777743b9.tar.gz
dotfiles-a2dbcb53bb134b0ba7d13e7b966ea32e777743b9.zip
fix: install missing LSP servers via dotfiles sync
Diffstat (limited to '.local')
-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