This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 230
Show first indentation level #21
Comments
padde
added a commit
to padde/indentLine
that referenced
this issue
Mar 14, 2013
padde
added a commit
to padde/indentLine
that referenced
this issue
Mar 14, 2013
padde
added a commit
to padde/indentLine
that referenced
this issue
Mar 14, 2013
Please ignore the first two commits, i accidentally commited them, then amended and force pushed again. Sorry |
padde
added a commit
to padde/indentLine
that referenced
this issue
Mar 14, 2013
padde
added a commit
to padde/indentLine
that referenced
this issue
Mar 14, 2013
Yggdroot
added a commit
that referenced
this issue
Mar 14, 2013
Thanks for merging! Should we close this for now? How do you feel about showing Tabs? |
Actually, I don't think it's a good habit to indent code with both tabs and spaces. So I set 'expandtab' in vim. And I don't plan to support showing Tabs. If someone would, he can do it by himself. |
I think mixing both is a horrible thing to do, but i have to look at legacy code quite often, which is indented this way. Anyway, at the time of this writing, my fingers already type Cheers! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you use
set listchars=tab:│\
in order to show tabs along indentLine, the result is not very pretty. This is because indentLine does not show the first indentation level:In general, i think it is good not to show the first indentation level, but
listchars
doesn't seem to provide this option. (Please correct me if i'm wrong). So i'd like to either be able to display the first indentation level with spaces, or to not display the first indentation level with tabs.I can think of a few possibilities to address this issue:
g:indentLine_showFirstIndentLevel
, default0
g:indentLine_minimumIndentLevel
, default1
The text was updated successfully, but these errors were encountered: