fix blankline broken from api change
This commit is contained in:
parent
82bdf9f215
commit
1724c78dfa
2 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue