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