This commit is contained in:
Harivansh Rathi 2026-03-05 14:34:35 -08:00
parent dd61a33bc9
commit ca1b910392
2 changed files with 7 additions and 0 deletions

View file

@ -161,4 +161,10 @@ return {
},
},
},
{
'barrettruth/preview.nvim',
init = function()
vim.g.preview = { typst = true, latex = true }
end,
},
}