just in case
This commit is contained in:
parent
e92459170e
commit
9973b11000
1 changed files with 9 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue