From 3051e987b4d6391066c0796d869dc0551784663f Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Fri, 23 May 2025 10:58:27 +0200 Subject: [PATCH] add: typst preview --- lua/plugins/typst-preview.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/plugins/typst-preview.lua 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 {}` +}