vim-visual-multi icon indicating copy to clipboard operation
vim-visual-multi copied to clipboard

Extra cursor not showing correctly

Open terrorbollen opened this issue 1 year ago • 10 comments

I have a problem with extra cursor not showing correctly

image

terrorbollen avatar Feb 16 '24 07:02 terrorbollen

The VM_Mono highlight group links to ErrorMsg by default, but some colorschemes use a normal background for it. Try to link it to something else, or do something like

hi! VM_Mono guibg=Grey60 guifg=Black gui=NONE

mg979 avatar Feb 16 '24 18:02 mg979

Thx for answer but didn't really make any difference for me.

Here is my config if its helps nvim

terrorbollen avatar Feb 22 '24 08:02 terrorbollen

Did you update the plugin?

mg979 avatar Feb 22 '24 12:02 mg979

Please update again and make sure you set the highlight group after loading the color scheme (otherwise the group will be cleared and default value will be used).

Also, the color Orange60 doesn't exist (Orange does).

mg979 avatar Feb 22 '24 12:02 mg979

Hey folks. I'm just trying out Neovim via the LazyVim setup and miss terribly the multiple cursors features of VsCode, hence why I ended up here.

This plugin seems to be just what I was looking for, but at least with the default color schemes (tokyonight and catppuccin) it is very hard to see where the multiple cursors are and what's highlighted.

I wonder if there's a recommended color scheme to use this plugin or how I could configure it to be more readable?

I have tried the suggested hi! VM_Mono guibg=Grey60 guifg=Black gui=NONE, but didn't seem to have any effect.

Thanks.

edevil avatar Mar 02 '24 20:03 edevil