소스 검색

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.
 				},
 			})