Added tinymist (typst) lsp settings
This commit is contained in:
parent
924c01282d
commit
c16dc3b450
@ -79,4 +79,9 @@ vim.lsp.config('lua_ls', {
|
||||
}
|
||||
})
|
||||
|
||||
vim.lsp.config('tinymist', {
|
||||
settings = {
|
||||
exportPdf = "onType",
|
||||
},
|
||||
})
|
||||
vim.diagnostic.config({ update_in_insert = true, float = true, virtual_lines = true})
|
||||
|
Loading…
x
Reference in New Issue
Block a user