question: align line of indent
Closed this issue · 2 comments
I find in the 'sweater' color it form some column align line of intent without an extra plugin, that's really surprised me!
Could you tell me what settings made this ?
For the 80 coloumn line you can enable it by :set colorcolumn=80
. By default sweater does not have any column align line. But if you meant the |
(pipe) indent mark, you can get it from https://github.com/Yggdroot/indentLine . If this did not answer your question, please provide a screenshot marking the relevant portion, I would be happy to reply to that.
Thanks!
The effect made by plugin identLine
is indeed what I wanted.
Saw your shot, I was thought that Vim had added the option in it self so we can just sets a options but not install a plugin to accomplish it.