smjonas / inc-rename.nvim

Incremental LSP renaming based on Neovim's command-preview feature.
MIT License
667 stars 9 forks source link

Integration with indent-blanklines #29

Closed UtkarshVerma closed 1 year ago

UtkarshVerma commented 1 year ago

Currently, if I use this plugin, the indent guidelines from indent-blankline.nvim are hidden.

image

How can I make it so that the indent lines are shown during the rename?

smjonas commented 1 year ago

Thanks for reporting! Should be fixed now: image

UtkarshVerma commented 1 year ago

It works now, thanks for the quick fix.