chore(ibl): add tab_char and show current scope more clearly

This commit is contained in:
Simon Lasbrugnas 2024-11-04 14:21:29 +01:00
parent c9cb63d807
commit f0a845b937
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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,