Tracking update
This commit is contained in:
parent
1983158508
commit
3a8bf9ff0c
8
init.lua
8
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
|
||||
|
|
Loading…
Reference in New Issue