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 = {},
|
opts = {},
|
||||||
config = function()
|
config = function()
|
||||||
require("ibl").setup {
|
require("ibl").setup {
|
||||||
|
debounce = 100,
|
||||||
indent = {
|
indent = {
|
||||||
char = "▏",
|
char = "▏",
|
||||||
|
tab_char = "▏",
|
||||||
|
highlight = { "VertSplit" },
|
||||||
},
|
},
|
||||||
scope = {
|
scope = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
show_start = false,
|
show_start = false,
|
||||||
show_end = false,
|
show_end = false,
|
||||||
|
highlight = "LineNr",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue