nvimdev / indentmini.nvim

A minimal and blazing fast indentline plugin
MIT License
171 stars 12 forks source link

Multiple indent chars #3

Closed antonk52 closed 4 months ago

antonk52 commented 1 year ago

Hi and thanks for the nice plugin. Have you considered adding support for multiple indent characters. This would allow to display different indentation levels with different characters which makes working with deeply nested code much easer.

Thanks

glepnir commented 1 year ago

I am thinking about implement make current indent have a special highlight like vscode .this is more useful than set multiple characters ?

antonk52 commented 1 year ago

This sounds great, though I think this would fix another issue. It helps to locate the current fold level.

What motivate me to create this issue is when you scroll through a file without a cursor to explore. In this situation being able to recognise indent level via different indent characters for different indent levels makes it easier to read the code.

I don't think that this is a critical feature and more of a nice to have.

glepnir commented 4 months ago

now there has highlight current i think its enough

old