nvim-config11/lua/plugins/snacks.nvim.lua
2025-03-27 11:26:44 +00:00

13 lines
330 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 },
git = { enabled = true },
bufdelete = { enabled = true },
},
} }