Skip to content

Commit 3a8bf9f

Browse files
committed
Tracking update
1 parent 1983158 commit 3a8bf9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

init.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,14 @@ require('lazy').setup({
285285
'christoomey/vim-tmux-navigator',
286286
lazy = false,
287287
},
288+
{
289+
'chomosuke/typst-preview.nvim',
290+
lazy = false,
291+
version = '1.*',
292+
build = function()
293+
require('typst-preview').update()
294+
end,
295+
},
288296

289297
-- NOTE: Plugins can also be added by using a table,
290298
-- with the first argument being the link and the following

0 commit comments

Comments
 (0)