feat(plugins): Add typst-preview

This commit is contained in:
2025-08-19 10:45:38 +02:00
parent a35efc9fcf
commit 59f670d673
3 changed files with 12 additions and 1 deletions

View File

@@ -369,6 +369,16 @@ require('lazy').setup({
ft = 'typst',
lazy = false,
},
{
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {
dependencies_bin = {
['tinymist'] = 'tinymist'
}
}, -- lazy.nvim will implicitly calls `setup {}`
},
-- oil.nvim
{
'stevearc/oil.nvim',