Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think you're looking for [IndentLine](https://github.com/Yggdroot/indentLine)

I also use the following options in my vimrc:

  " set indentline style
  let g:indentLine_char = '│'
  let g:indentLine_color_term = 66
  let g:indentLine_color_gui = '#4f5b66'

  " fix performance issue with long lines
  let g:indentLine_faster = 1


Excellent, thanks.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: