mvllow / modes.nvim

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

feature request: add support for signcolumn and foldcolumn highlights #31

Closed budswa closed 2 years ago

budswa commented 2 years ago

Hi. It is now possible to set the highlight of the cursor line in the sign and fold column too with the highlight groups CursorLineSign and CursorLineFold. It would be nice if this plugin supported it. Thanks xx

fitrh commented 2 years ago

Can you try sign-fold-hl branch? I don't know how to test it properly since I don't use signcolumn or foldcolumn in my daily workflow

budswa commented 2 years ago

Works as expected. Thank you.

You should open a pull request