ui: indent guides
This commit is contained in:
parent
6b0a2f4c1e
commit
17db04cece
1 changed files with 15 additions and 0 deletions
|
@ -22,3 +22,18 @@
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ -- indentation guides to all lines without conceal
|
||||||
|
"https://github.com/lukas-reineke/indent-blankline.nvim",
|
||||||
|
event = "BufReadPre",
|
||||||
|
main = "ibl",
|
||||||
|
opts = {
|
||||||
|
indent = { char = "│", },
|
||||||
|
exclude = {
|
||||||
|
filetypes = {
|
||||||
|
"help",
|
||||||
|
"neo-tree",
|
||||||
|
"lazy",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
Loading…
Reference in a new issue