mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-05-22 06:24:43 +01:00
Added more quarto/typst configs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local lspconfig = require("lspconfig")
|
||||
|
||||
lspconfig.tinymist.setup({
|
||||
settings = {
|
||||
formatterMode = "typstyle",
|
||||
exportPdf = "onType",
|
||||
semanticTokens = "disable",
|
||||
},
|
||||
})
|
||||
@@ -36,4 +36,10 @@ return {
|
||||
cterm_color = "225",
|
||||
name = "Scallop",
|
||||
},
|
||||
Quarto = {
|
||||
icon = "",
|
||||
color = "#75aadb",
|
||||
cterm_color = "110",
|
||||
name = "Quarto",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"chomosuke/typst-preview.nvim",
|
||||
ft = "typst",
|
||||
version = "1.*",
|
||||
config = {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user