mvllow / modes.nvim

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

feat: add `set_signcolumn` config option #55

Closed zahimeen closed 3 months ago

zahimeen commented 4 months ago

By default, modes.nvim now gets the user's current CursorLine highlight and sets it for CursorLineNr and CursorLineSign in normal mode.

When set_signcolumn = false in the config, the signcolumn will not be highlighted in any mode.

(hopefully) fixes https://github.com/mvllow/modes.nvim/issues/53

mvllow commented 4 months ago

Thank you for PR! I'll test it early this week :)