Nvim: updated indent-blankline for better support

This commit is contained in:
pr0c3550r 2023-10-02 20:02:25 +02:00
parent 4656e8e3dc
commit 659aa0536c

View file

@ -10,6 +10,9 @@ return {
char = "",
smart_indent_cap = true
},
whitespace = {
remove_blankline_trail = true,
},
scope = {
exclude = {
language = { "help", "lazy" }
@ -17,6 +20,5 @@ return {
},
})
end,
opts = {},
},
}