AlexvZyl/nordic.nvim

Multiselect with Ctrl+n, background is transparent?

Closed this issue · 5 comments

Hi, thanks for theme, it's really cool.

When i select with ctrl+n in nordic
nordic-select

And onedark

ondedark

I am assuming you are using vim-visual-multi, which we currently don't support. This weekend I will install the plugin and find the right highlight, if you would like to do it your self I think this is the related documentation:

https://github.com/mg979/vim-visual-multi/blob/a6975e7c1ee157615bbc80fc25e4392f71c344d4/doc/vm-settings.txt#L207

Also, for future reference, please include the name of the plugin you are using so maintainers don't have to search through your GitHub to find your config and then search through that to find what plugins you are using.

Thank you

I have no idea what the issue is (was), but it is fixed in the dev branch.

update this line in your config to the following:

Plug 'AlexvZyl/nordic.nvim', { 'branch': 'dev' }

It should be fixed on main with the next release (#144). After that I will close this issue assuming everything is still working.

Thank you, used dev branch, and now it's highligted.

FYI dev got merged :)