[Snacks] Fix indent char

This commit is contained in:
2025-11-26 16:01:41 +01:00
parent 80a2b12793
commit 2faa7e8435

View File

@@ -58,13 +58,19 @@ return {
{ section = "startup" }, { section = "startup" },
}, },
}, },
indent = {
enabled = true,
indent = { indent = {
enabled = true, enabled = true,
priority = 1, priority = 1,
char = "", char = "",
},
animate = { animate = {
enabled = false, enabled = false,
}, },
scope = {
char = "",
},
}, },
lazygit = { enabled = true }, lazygit = { enabled = true },
picker = { enabled = true }, picker = { enabled = true },