diff --git a/init.lua b/init.lua index 59a35804..a68fba30 100644 --- a/init.lua +++ b/init.lua @@ -285,6 +285,14 @@ require('lazy').setup({ 'christoomey/vim-tmux-navigator', lazy = false, }, + { + 'chomosuke/typst-preview.nvim', + lazy = false, + version = '1.*', + build = function() + require('typst-preview').update() + end, + }, -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following