Thomas 1 жил өмнө
parent
commit
04daeae331
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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.
 				},
 			})