浏览代码

small modif

Thomas 1 年之前
父节点
当前提交
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.
 				},
 			})