refactor(nvim): make typst lsp export on type
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s

This commit is contained in:
Price Hiller 2024-08-24 00:03:42 -05:00
parent bbaaf7673b
commit d344ad96b7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -498,6 +498,12 @@ return {
},
})
lspconfig.typst_lsp.setup({
settings = {
exportPdf = "onType",
},
})
-- NOTE: GENERIC LSP SERVERS
for _, server in ipairs({
"clangd",
@ -515,7 +521,6 @@ return {
"vimls",
"tsserver",
"asm_lsp",
"typst_lsp",
"nginx_language_server",
}) do
lspconfig[server].setup({})