Add customizations

This commit is contained in:
k-knosala 2024-03-28 21:19:31 +01:00
parent 93fde0556e
commit af39dd4a9f
13 changed files with 151 additions and 28 deletions

View file

@ -0,0 +1,6 @@
return { require 'lspconfig'.typst_lsp.setup {
settings = {
exportPdf = "never" -- Choose onType, onSave or never.
-- serverPath = "" -- Normally, there is no need to uncomment it.
}
} }