use snacks indent
This commit is contained in:
@ -13,6 +13,24 @@ return {
|
||||
quickfile = { enabled = true },
|
||||
statuscolumn = { enabled = true },
|
||||
words = { enabled = true },
|
||||
indent = {
|
||||
indent = {
|
||||
hl = 'CmpItemKindNull',
|
||||
only_scope = false,
|
||||
only_current = false,
|
||||
},
|
||||
enabled = true,
|
||||
animate = {
|
||||
enabled = false,
|
||||
},
|
||||
scope = {
|
||||
enabled = false,
|
||||
},
|
||||
chunk = {
|
||||
enabled = false,
|
||||
hl = 'Debug',
|
||||
},
|
||||
},
|
||||
dashboard = {
|
||||
sections = {
|
||||
{ section = 'header' },
|
||||
|
Reference in New Issue
Block a user