nvim-config11/lua/plugins/snacks.nvim.lua
2025-05-05 09:47:05 +01:00

22 lines
518 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 },
gitbrowse = { enabled = true },
bufdelete = { enabled = true },
picker = { enabled = true }
},
} }