lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.07k stars 102 forks source link

fix: scope start padding #807

Closed lukas-reineke closed 8 months ago

lukas-reineke commented 8 months ago

With the changes of #795, the scope indent and the scope start line indent are not necessarily the same anymore. The scope start underline padding needs to take this into account.

Without fix: 2023-12-22_10-30

With fix: 2023-12-22_10-29