mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(indent-blankline): upgrade ibl config to v3
This commit is contained in:
parent
a1ab7c6e32
commit
db86635e32
1 changed files with 19 additions and 15 deletions
|
@ -168,23 +168,27 @@ return {
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
event = { "BufReadPost", "BufNewFile" },
|
event = { "BufReadPost", "BufNewFile" },
|
||||||
opts = {
|
opts = {
|
||||||
-- char = "▏",
|
indent = {
|
||||||
char = "│",
|
char = "│",
|
||||||
filetype_exclude = {
|
highlight = "IndentBlanklineChar",
|
||||||
"help",
|
},
|
||||||
"alpha",
|
scope = { enabled = false },
|
||||||
"dashboard",
|
exclude = {
|
||||||
"neo-tree",
|
filetypes = {
|
||||||
"Trouble",
|
"help",
|
||||||
"lazy",
|
"alpha",
|
||||||
"mason",
|
"dashboard",
|
||||||
"notify",
|
"neo-tree",
|
||||||
"toggleterm",
|
"Trouble",
|
||||||
"lazyterm",
|
"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
|
-- Active indent guide and indent text objects. When you're browsing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue