-
I am currently evaluating the indent module as replacement for indent-blankline. Is there an equivalent for |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
for now my workaround is to set the highlight group for the first one to have the same foreground color as my background ![]() since the last update it should now be the first 2 hl (off by 1 mistake?) |
Beta Was this translation helpful? Give feedback.
-
I was hoping the first indent guide (column) would be hidden, but as you can see, it isn't. Is this not the way to do it? I used to use 'hooks.builtin.hide_first_space_indent_level' as mentioned in the first post. |
Beta Was this translation helpful? Give feedback.
Just fixed that off-by-one. Your solution is actually pretty good and more powerful than that single option.
So I'm not going to add an option for this.