mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-05-22 01:09:36 +00:00
9 lines
195 B
Lua
9 lines
195 B
Lua
return {
|
|
{
|
|
'chomosuke/typst-preview.nvim',
|
|
-- lazy = false, -- or ft = 'typst'
|
|
ft = 'typst',
|
|
version = '1.*',
|
|
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
|
|
}
|
|
}
|