feat: Adds typst preview and language server.

This commit is contained in:
2025-04-23 11:08:11 -04:00
parent cbe4ebc538
commit ecf3e98e25
3 changed files with 110 additions and 101 deletions

View File

@@ -9,6 +9,7 @@ return {
"clangd",
"marksman",
"shfmt",
"tinymist",
},
},
},

View File

@@ -0,0 +1,6 @@
return {
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
}