1
0
Fork 0

ui: indent guides

This commit is contained in:
zymon 2024-08-27 16:23:02 +02:00
parent 6b0a2f4c1e
commit 17db04cece

View file

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