diff --git a/lua/plugins/typst-preview.lua b/lua/plugins/typst-preview.lua new file mode 100644 index 0000000..70ae588 --- /dev/null +++ b/lua/plugins/typst-preview.lua @@ -0,0 +1,6 @@ +return { + "chomosuke/typst-preview.nvim", + lazy = false, -- or ft = 'typst' + version = "1.*", + opts = {}, -- lazy.nvim will implicitly calls `setup {}` +}