From 3a8bf9ff0c2c5014b27416de3cc1c6dfd37a53d8 Mon Sep 17 00:00:00 2001 From: prioritize Date: Fri, 8 Nov 2024 12:10:56 -0800 Subject: [PATCH] Tracking update --- init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) 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