]> git.huck.website - nvim.git/commitdiff
added: latex lsp
authorHuck Boles <huck@huck.website>
Sun, 19 Nov 2023 17:25:21 +0000 (09:25 -0800)
committerHuck Boles <huck@huck.website>
Sun, 19 Nov 2023 17:25:21 +0000 (09:25 -0800)
lua/plugins/lsp.lua

index 8098909ae71285d21a788e34ad6ca818947806f3..881ab10ee1fe5b47e3a50d4a3338e99714c841d5 100644 (file)
@@ -75,6 +75,7 @@ return {
             lsp.lua_ls.setup({ on_attach = keybinds })
             lsp.solargraph.setup({ on_attach = keybinds })
             lsp.julials.setup({ on_attach = keybinds })
+            lsp.texlab.setup({ on_attach = keybinds })
 
             -- diagnostic settings
             vim.lsp.diagnostics = {