mvllow / modes.nvim

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

Add extend cursorline option #53

Closed mvllow closed 3 months ago

mvllow commented 6 months ago

I'd like to add an option not extend the cursorline in certain modes behind the line number and sign column. Currently, the cursorline is not extended when in Normal mode but is extended for other modes. Perhaps after this option is added we may want to extend the cursorline in Normal mode when extend is true.

fitrh commented 3 months ago

Can this be achieved by configuring the (undocumented) Modes{Mode}CursorLineNr/ Modes{Mode}CursorLineSign highlight groups?