nvim-config11/lua/plugins/snacks.nvim.lua

21 lines
478 B
Lua

return { {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
opts = {
notifier = { enabled = true },
terminal = { enabled = true },
indent = {
enabled = true,
only_scope = true,
only_current = false,
chunk = {
enabled = true
}
},
git = { enabled = true },
bufdelete = { enabled = true },
picker = { enabled = true }
},
} }