[Snacks] Fix indent char
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user