refactor(nvim): make typst lsp export on type
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s
This commit is contained in:
parent
bbaaf7673b
commit
d344ad96b7
@ -498,6 +498,12 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
lspconfig.typst_lsp.setup({
|
||||||
|
settings = {
|
||||||
|
exportPdf = "onType",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
-- NOTE: GENERIC LSP SERVERS
|
-- NOTE: GENERIC LSP SERVERS
|
||||||
for _, server in ipairs({
|
for _, server in ipairs({
|
||||||
"clangd",
|
"clangd",
|
||||||
@ -515,7 +521,6 @@ return {
|
|||||||
"vimls",
|
"vimls",
|
||||||
"tsserver",
|
"tsserver",
|
||||||
"asm_lsp",
|
"asm_lsp",
|
||||||
"typst_lsp",
|
|
||||||
"nginx_language_server",
|
"nginx_language_server",
|
||||||
}) do
|
}) do
|
||||||
lspconfig[server].setup({})
|
lspconfig[server].setup({})
|
||||||
|
Loading…
Reference in New Issue
Block a user