Disable underlining of current scope
This commit is contained in:
parent
1046d91a15
commit
918be36a06
|
@ -9,6 +9,6 @@ return {
|
|||
indent = {
|
||||
char = "¦",
|
||||
},
|
||||
scope = { enabled = true },
|
||||
scope = { enabled = true, show_start = false, show_end = false },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user