feat(plugins): Add typst-preview
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user