nvim: fix indent highlighting

This commit is contained in:
Mark Riedesel 2024-07-24 18:49:27 -05:00
parent c759257ead
commit b18beb9aca
4 changed files with 25 additions and 2 deletions

View file

@ -4,5 +4,6 @@ return {
main = "ibl",
opts = {
indent = { char = "" },
scope = { char = "" },
},
}