visuals/indent-blankline: rename scope.showCurrContext to scope.enabled

This commit is contained in:
Frothy 2023-11-24 12:05:19 +03:00 committed by NotAShelf
commit 4453d5c9dd
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
3 changed files with 10 additions and 10 deletions

View file

@ -33,7 +33,7 @@ in {
},
scope = {
enabled = ${boolToString cfg.indentBlankline.scope.showCurrContext},
enabled = ${boolToString cfg.indentBlankline.scope.enabled},
show_end = ${boolToString cfg.indentBlankline.scope.showEndOfLine}
},
}