19 lines
296 B
Lua
19 lines
296 B
Lua
return {
|
|
"folke/snacks.nvim",
|
|
---@type snacks.Config
|
|
opts = {
|
|
picker = {
|
|
-- your picker configuration comes here
|
|
-- or leave it empty to use the default settings
|
|
-- refer to the configuration section below
|
|
},
|
|
indent = {
|
|
---
|
|
},
|
|
scroll = {
|
|
---
|
|
},
|
|
toggle = {},
|
|
},
|
|
}
|