neovim-dots/lua/plugins/typst.lua
2024-05-21 15:01:04 -07:00

10 lines
169 B
Lua

return {
{
"chomosuke/typst-preview.nvim",
ft = "typst",
version = "0.3.*",
build = function()
require("typst-preview").update()
end,
},
}