Browse Source

small modif

Thomas 1 năm trước cách đây
mục cha
commit
04daeae331
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.
 				},
 			})