Add customizations
This commit is contained in:
parent
93fde0556e
commit
af39dd4a9f
13 changed files with 151 additions and 28 deletions
6
lua/custom/plugins/typst_lsp.lua
Normal file
6
lua/custom/plugins/typst_lsp.lua
Normal 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.
|
||||
}
|
||||
} }
|
||||
Loading…
Add table
Add a link
Reference in a new issue