vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

how to don't show color in specified place

Open starwing opened this issue 12 years ago • 1 comments

some wishes :-)

I wish in these case:

  • if a indent has only one line, don't show the guide. e.g.
    |  if foo then               <--- show here
    |       ?  blah blah blah   <---don't show here on '?'
    |  end                           <---show here
    
  • if a indent has many many indent apart from last line, just show the first indet. e.g.
    | a =
    |                              here
    but not:
    | a =
    |    |    |    |    |    |    here
    
    thx :-)

starwing avatar May 24 '12 16:05 starwing

Sounds reasonable but I'm not sure how easy/feasible this is to build. Happy to take pull requests though :)

nathanaelkane avatar Oct 12 '12 12:10 nathanaelkane