nvimdev / indentmini.nvim

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

Add the ability to disable the first indent line #23

Closed Libsod closed 3 months ago

Libsod commented 3 months ago

I think this plugin could easily be a more stable and faster replacement for indent-blankline.nvim, but for me personally I lack the ability to remove the first indent line. If such a feature is implemented, I will definitely switch :)

Just example:

Indent-blankline.nvim

image

indentmini.nvim

image
glepnir commented 3 months ago

seems like just add an option min level and check the level is bigger than min level.