Added more quarto/typst configs

This commit is contained in:
2026-05-20 13:50:04 +01:00
parent 2a60ae515d
commit d62834d25f
3 changed files with 23 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
local lspconfig = require("lspconfig")
lspconfig.tinymist.setup({
settings = {
formatterMode = "typstyle",
exportPdf = "onType",
semanticTokens = "disable",
},
})
+6
View File
@@ -36,4 +36,10 @@ return {
cterm_color = "225",
name = "Scallop",
},
Quarto = {
icon = "󰐙",
color = "#75aadb",
cterm_color = "110",
name = "Quarto",
},
}
+8
View File
@@ -0,0 +1,8 @@
return {
{
"chomosuke/typst-preview.nvim",
ft = "typst",
version = "1.*",
config = {},
},
}