Update: 2024-07-25

This commit is contained in:
2024-07-25 14:03:00 +03:00
parent 43fb701519
commit 49ced08d78
30 changed files with 216 additions and 98 deletions

View File

@@ -1,12 +0,0 @@
local M = {}
M.setup = function(lsp, capabilities)
lsp.typst_lsp.setup({
capabilities = capabilities,
settings = {
exportPdf = "onType", -- Choose onType, onSave or never.
},
})
end
return M