AutoYADM commit: 2025-02-02 16:15:03

This commit is contained in:
Daniel Fichtinger 2025-02-02 16:15:03 -05:00
parent c1c273a748
commit 7fac759c6c

View file

@ -0,0 +1,28 @@
return {
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"tinymist",
},
},
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
tinymist = {
formatterMode = "typstyle",
exportPdf = "onType",
semanticTokens = "disable",
},
},
},
},
{
"chomosuke/typst-preview.nvim",
ft = "typst",
version = "1.*",
opts = {},
},
}