Thomas 1 anno fa
parent
commit
04daeae331
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lua/plugins/mason.lua

+ 1 - 1
lua/plugins/mason.lua

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