preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Indent line style #121

Closed sifangli closed 7 years ago

sifangli commented 7 years ago

I love the thin dotted line like this one: https://camo.githubusercontent.com/77b20e2e707ac1d85fd8bc12f16b5b7b7e72e186/687474703a2f2f692e696d6775722e636f6d2f4b566930542e6a7067

Can you support that? Thanks!

-Sifang

sdothum commented 7 years ago

I used indentline which provides what you are requesting before switching to vim-indent-guides myself. I switched to indent-guides for the more subtle and distraction free look that can be achieved with subtle background hinting.

nathanaelkane commented 7 years ago

I'd love to have this functionality, but it's not a priority right now. The indentLine plugin is definitely the way to go if you want this :+1:

Closing as duplicate of #46.