preservim / vim-indent-guides

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

How can I set the indent line thinner? #148

Closed themysteryboy closed 2 years ago

themysteryboy commented 2 years ago

My tab is 2 and the indent line will look very crowded and I want to set it thinner, my size set now is 1

nathanaelkane commented 2 years ago

let g:indent_guides_guide_size = 1 is the thinnest that this plugin can go. If you want thinner and you're using NeoVim, I would suggest https://github.com/lukas-reineke/indent-blankline.nvim, which can use a character as the indent guide, e.g. |.