7 lines
211 B
Lua
7 lines
211 B
Lua
return { require 'lspconfig'.typst_lsp.setup {
|
|
settings = {
|
|
exportPdf = "never" -- Choose onType, onSave or never.
|
|
-- serverPath = "" -- Normally, there is no need to uncomment it.
|
|
}
|
|
} }
|