From a2dbcb53bb134b0ba7d13e7b966ea32e777743b9 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 18 May 2026 21:49:03 +0200 Subject: fix: install missing LSP servers via dotfiles sync --- .local/bin/dotfiles | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.local') 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 -- cgit v1.3.1