From a5ece39d806f8533789e860574c094c69e3938b4 Mon Sep 17 00:00:00 2001 From: dlond Date: Wed, 21 May 2025 18:48:27 +1200 Subject: [PATCH] latex lsp --- lua/custom/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/lsp.lua b/lua/custom/plugins/lsp.lua index 1dd1bca5..9cbe237e 100644 --- a/lua/custom/plugins/lsp.lua +++ b/lua/custom/plugins/lsp.lua @@ -84,6 +84,7 @@ return { }, nixd = {}, ruff = {}, + texlab = {}, -- Add other servers like "bashls", "yamlls", "gopls", "rust_analyzer" etc. -- Ensure the corresponding packages (e.g., pkgs.bash-language-server) -- are in your Home Manager home.packages list.