feat(nvim): enable repeat_linebreak for indent blankline

This commit is contained in:
Price Hiller 2024-11-13 03:24:16 -06:00
parent 2d1e677157
commit d7fd11906f
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -34,6 +34,7 @@ return {
},
},
indent = {
repeat_linebreak = true,
char = "",
tab_char = "",
smart_indent_cap = true,