Don't extra highlight scope-level indent.
This commit is contained in:
parent
9d9b5f0b93
commit
bca4192969
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
{
|
||||
"folke/snacks.nvim",
|
||||
opts = {
|
||||
indent = {
|
||||
scope = {
|
||||
-- Don't enable extra highlighting at the scope level.
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue