just in case

This commit is contained in:
tavo 2025-09-03 18:24:40 -06:00
parent e92459170e
commit 9973b11000

View file

@ -3,4 +3,13 @@ return {
lazy = false, -- or ft = 'typst'
version = "1.*",
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
{
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"tinymist",
},
},
},
}