mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-05-22 01:09:36 +00:00
10 lines
195 B
Lua
10 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 {}`
|
||
|
}
|
||
|
}
|