refactor(nvim): remove typst-preview

This commit is contained in:
Price Hiller 2024-06-23 05:52:37 -05:00
parent 12c0a32a80
commit d302b91b6f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,9 +0,0 @@
return {
{
"chomosuke/typst-preview.nvim",
ft = "typst",
build = function()
require("typst-preview").update()
end,
},
}