Save
This commit is contained in:
8
lua/plugins/typst_preview.lua
Normal file
8
lua/plugins/typst_preview.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"chomosuke/typst-preview.nvim",
|
||||
lazy = false, -- or ft = 'typst'
|
||||
version = "1.*",
|
||||
opts = {
|
||||
open_cmd = "chromium %s",
|
||||
}, -- lazy.nvim will implicitly calls `setup {}`
|
||||
}
|
Reference in New Issue
Block a user