mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +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,9 +168,13 @@ return {
|
|||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = { "BufReadPost", "BufNewFile" },
|
||||
opts = {
|
||||
-- char = "▏",
|
||||
indent = {
|
||||
char = "│",
|
||||
filetype_exclude = {
|
||||
highlight = "IndentBlanklineChar",
|
||||
},
|
||||
scope = { enabled = false },
|
||||
exclude = {
|
||||
filetypes = {
|
||||
"help",
|
||||
"alpha",
|
||||
"dashboard",
|
||||
|
@ -182,10 +186,10 @@ return {
|
|||
"toggleterm",
|
||||
"lazyterm",
|
||||
},
|
||||
show_trailing_blankline_indent = false,
|
||||
show_current_context = false,
|
||||
},
|
||||
},
|
||||
main = "ibl",
|
||||
},
|
||||
|
||||
-- Active indent guide and indent text objects. When you're browsing
|
||||
-- code, this highlights the current level of indentation, and animates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue