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
|
||||
for _, server in ipairs({
|
||||
"clangd",
|
||||
@ -515,7 +521,6 @@ return {
|
||||
"vimls",
|
||||
"tsserver",
|
||||
"asm_lsp",
|
||||
"typst_lsp",
|
||||
"nginx_language_server",
|
||||
}) do
|
||||
lspconfig[server].setup({})
|
||||
|
Loading…
Reference in New Issue
Block a user