Files
nvim/lua/plugins/lang/typst.lua
Zelong Kuang e4013c2193 update
2025-10-22 14:20:19 +11:00

19 lines
395 B
Lua

return {
{
"chomosuke/typst-preview.nvim",
lazy = true,
ft = "typst",
version = "1.*",
opts = {
dependencies_bin = {
["tinymist"] = "tinymist",
},
-- invert_colors = 'always',
-- open_cmd = "brave %s --class typst-preview",
},
keys = {
{ "<localleader>lp", "<cmd>TypstPreview<cr>", desc = "Open Typst Preview" },
},
},
}