mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
7 lines
90 B
Lua
7 lines
90 B
Lua
return {
|
|
"folke/snacks.nvim",
|
|
---@type snacks.Config
|
|
opts = {
|
|
image = { }
|
|
}
|
|
}
|