mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-07-02 20:54:47 +01:00
9 lines
132 B
Lua
9 lines
132 B
Lua
return {
|
|
{
|
|
"chomosuke/typst-preview.nvim",
|
|
ft = "typst",
|
|
version = "1.*",
|
|
config = {},
|
|
},
|
|
}
|