use typst-preview master branch

This commit is contained in:
Noa Aarts 2025-03-10 11:31:20 +01:00
parent a3eaee46b0
commit 08689591c1
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -493,7 +493,7 @@ require("lazy").setup({
{
'chomosuke/typst-preview.nvim',
ft = 'typst',
version = '1.*',
branch = "master",
build = function() require 'typst-preview'.update() end,
},