fix blankline broken from api change

This commit is contained in:
mjhika 2023-10-04 17:20:17 -04:00
parent 82bdf9f215
commit 1724c78dfa
2 changed files with 13 additions and 9 deletions

View file

@ -5,7 +5,11 @@ return {
-- See `:help indent_blankline.txt`
main = "ibl",
opts = {
char = '',
show_trailing_blankline_indent = false,
indent = {
char = '',
},
whitespace = {
remove_blankline_trail = false
},
},
}