14 lines
331 B
Lua
14 lines
331 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 },
|
|
},
|
|
} }
|
|
|