diff --git a/lua/configs/lspconfig.lua b/lua/configs/lspconfig.lua index d4823a6..d070fcb 100644 --- a/lua/configs/lspconfig.lua +++ b/lua/configs/lspconfig.lua @@ -13,11 +13,17 @@ local servers = { -- jedi_language_server = {}, nixd = {}, nil_ls = {}, - typst_lsp = {}, + typst_lsp = { + -- settings = { + -- exportPdf = "onType" + -- } + }, ltex = { + filetypes = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" }, settings = { ltex = { language = "fr", + enabled = { "latex", "typst", "typ", "bib", "markdown", "plaintex", "tex" }, }, }, },