brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
248 stars 7 forks source link

feat: use user-overrideable default highlight groups #45

Closed b0o closed 6 months ago

b0o commented 6 months ago

If users want to customize the appearance of the cursor and visual selections without changing their Cursor and Visual highlight groups, they can now define the MultipleCursorsReal and MultipleCursorsVirtual groups. By default, these groups are linked to Cursor and Visual, respectively.

brenton-leighton commented 6 months ago

Hey, thanks for the contribution.

I've made some changes in a new branch: feat_highlight_groups

Let me know if it's OK, thanks.

b0o commented 6 months ago

Looks good to me! Thank you.