-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimum number of lines to show the indentation #84
Comments
There's an option to control which indent level to start showing guides from, i.e. If that's not what you're after, please provide another example or more context. |
For example: 2 ····
Indent guides is not required because only one line will be highlighted. Not to create additional highlights, we would set g:indent_guides_min_indent_lines to 1 (for instance), but in the following case the number of lines is greater than 1, so it's more complicated to determine the level of indentation and indents will be highlighted for this block: 1 2 ▮···
|
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. |
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:
The text was updated successfully, but these errors were encountered: