From 261d7ef04af02aadc6e21a1f1787b7d1af8593ee Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Fri, 21 Feb 2025 13:56:29 +0100 Subject: [PATCH] feat: typst preview plugin --- 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..f100a4d --- /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 {}` +} -- GitLab