mvllow / modes.nvim

Prismatic line decorations for the adventurous vim user
551 stars 13 forks source link

feat: apply line highlight only on focused buffer #6

Closed fitrh closed 3 years ago

fitrh commented 3 years ago

This option enabled by passing focus_only = true to the options, the default is set to false, or do you think it is better to enabled by default ?

fitrh commented 3 years ago

There is still an issue with telescope prompt (or maybe any other prompt that have input prompt), i think it will be better if we can disable insert mode line highlight for specific buffer.

20210913_101045_full

mvllow commented 3 years ago

I think less options is better. Ideally the coloured cursorline would only be on focused buffer

Edit: After seeing how this option changes the cursorline setting it may be best to have it opt-in. If you agree I'll merge how it is now

fitrh commented 3 years ago

I think so, you can merge it if you happy with the current implementation