nvimdev / indentmini.nvim

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

feat: add current indentation level textobject #24

Open WieeRd opened 2 months ago

WieeRd commented 2 months ago

How about providing the indentation level textobject ai and ii? I think it will work really well with this plugin as the visual highlight of the current scope makes it easier to predict the to-be-affect area of those textobjects.

savchenko commented 1 month ago

Sounds wildly out of scope, there is https://github.com/kiyoon/treesitter-indent-object.nvim and the likes.

WieeRd commented 1 month ago

That is exactly what I ended up with last week and would definitely recommend.