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 = "", 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 = {},
}, },
} }