Reputation: 22094
The following screenshot is comes from sublime
. The guide line is helpful, since haml
is an indentation based template engine. Is there anyway to do that?
Upvotes: 2
Views: 4272
Reputation: 196751
There's also :help 'list'
and :help 'listchars'
:
set list
set listchars+=tab:┊\ <-- there's a <Space> after the backslash
but it works only with <Tab>
s which may or may not suit your needs.
Upvotes: 2