29 lines
501 B
Lua
29 lines
501 B
Lua
return {
|
|
"folke/snacks.nvim",
|
|
priority = 1000,
|
|
lazy = false,
|
|
opts = {
|
|
image = {
|
|
enabled = true,
|
|
},
|
|
indent = {
|
|
enabled = true,
|
|
},
|
|
input = {
|
|
enabled = true,
|
|
},
|
|
picker = {
|
|
enabled = true,
|
|
},
|
|
quickfile = {
|
|
enabled = true,
|
|
},
|
|
rename = {
|
|
enabled = true,
|
|
},
|
|
scope = {
|
|
enabled = true,
|
|
},
|
|
},
|
|
}
|