mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
7 lines
161 B
Lua
7 lines
161 B
Lua
return {
|
|
'chomosuke/typst-preview.nvim',
|
|
lazy = false, -- or ft = 'typst'
|
|
version = '1.*',
|
|
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
|
|
}
|