chore(ibl): add tab_char and show current scope more clearly
This commit is contained in:
parent
c9cb63d807
commit
f0a845b937
1 changed files with 4 additions and 0 deletions
|
|
@ -27,13 +27,17 @@ return {
|
|||
opts = {},
|
||||
config = function()
|
||||
require("ibl").setup {
|
||||
debounce = 100,
|
||||
indent = {
|
||||
char = "▏",
|
||||
tab_char = "▏",
|
||||
highlight = { "VertSplit" },
|
||||
},
|
||||
scope = {
|
||||
enabled = true,
|
||||
show_start = false,
|
||||
show_end = false,
|
||||
highlight = "LineNr",
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
|
|
|||
Loading…
Reference in a new issue