add: typst preview

This commit is contained in:
2025-05-23 10:58:27 +02:00
parent 42613fd64e
commit 3051e987b4
+6
View File
@@ -0,0 +1,6 @@
return {
"chomosuke/typst-preview.nvim",
lazy = false, -- or ft = 'typst'
version = "1.*",
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
}