You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
@Yggdroot , I've read the doc and tried the proposed parameter, but don't see how it is applicable here.
g:indentLine_indentLevel allows to limit number of indent lines drawn counting from the leftmost one.
Consider this valid case where everything is looking well:
And now with the different comment style:
If I would limit g:indentLine_indentLevel to 3, things will look better for this specific section only:
But what about rest of the code? Say we introduce a nested_var:
This illustrates why allowing to limit by the spacing between the lines is useful.
Additional check "if line contains only spaces and Comment highlight group" will help as well.
Makes sense? :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the following example:
Is it possible to avoid drawing indents if:
Comment
highlight-group applied to it.Both options can be independent from each other.
The text was updated successfully, but these errors were encountered: