|
@@ -34,7 +34,7 @@ return {
|
|
|
require("lspconfig").typst_lsp.setup({
|
|
require("lspconfig").typst_lsp.setup({
|
|
|
capabilities = capabilities,
|
|
capabilities = capabilities,
|
|
|
settings = {
|
|
settings = {
|
|
|
- exportPdf = "onType", -- Choose onType, onSave or never.
|
|
|
|
|
|
|
+ exportPdf = "never", -- Choose onType, onSave or never.
|
|
|
-- serverPath = "" -- Normally, there is no need to uncomment it.
|
|
-- serverPath = "" -- Normally, there is no need to uncomment it.
|
|
|
},
|
|
},
|
|
|
})
|
|
})
|