vim-indent-guides
vim-indent-guides copied to clipboard
Minimum number of lines to show the indentation
Can you please add a feature to specify the number of lines to show the indentation highlight (something like g:indent_guides_min_indent_lines)?. For example:
There's an option to control which indent level to start showing guides from, i.e. let g:indent_guides_start_level = 2
If that's not what you're after, please provide another example or more context.
For example: 1
3
3 ▮···
4
Cool, I get it now. I don't mind the idea - will look into it when I get some time. Until then, happy to take pull requests.
+1 great idea, I find the highlights are distracting at anything less than 5 lines.