fix(indent-blankline): upgrade ibl config to v3

This commit is contained in:
Folke Lemaitre
2023-09-28 07:40:58 +02:00
parent a1ab7c6e32
commit db86635e32

View File

@ -168,23 +168,27 @@ return {
"lukas-reineke/indent-blankline.nvim",
event = { "BufReadPost", "BufNewFile" },
opts = {
-- char = "▏",
char = "",
filetype_exclude = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
indent = {
char = "",
highlight = "IndentBlanklineChar",
},
scope = { enabled = false },
exclude = {
filetypes = {
"help",
"alpha",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"mason",
"notify",
"toggleterm",
"lazyterm",
},
},
show_trailing_blankline_indent = false,
show_current_context = false,
},
main = "ibl",
},
-- Active indent guide and indent text objects. When you're browsing