Nvim: updated indent-blankline for better support
This commit is contained in:
parent
4656e8e3dc
commit
659aa0536c
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,9 @@ return {
|
||||||
char = "│",
|
char = "│",
|
||||||
smart_indent_cap = true
|
smart_indent_cap = true
|
||||||
},
|
},
|
||||||
|
whitespace = {
|
||||||
|
remove_blankline_trail = true,
|
||||||
|
},
|
||||||
scope = {
|
scope = {
|
||||||
exclude = {
|
exclude = {
|
||||||
language = { "help", "lazy" }
|
language = { "help", "lazy" }
|
||||||
|
@ -17,6 +20,5 @@ return {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
opts = {},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue