We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I write some text and coc presents the list of suggestions I cannot see which I select. See an example in the screen shot:
What do i have to modify to see the selection like it is the case with a different theme (e.g. seoul256)
These are the relevant lines in the .vimrc
set termguicolors set background=dark let g:ayucolor="mirage" set t_Co=256 colorscheme ayu "colorscheme seoul256
The text was updated successfully, but these errors were encountered:
Add these:
highlight! link CocPumMenu Pmenu highlight! link CocMenuSel PmenuSel
Sorry, something went wrong.
No branches or pull requests
when I write some text and coc presents the list of suggestions I cannot see which I select. See an example in the screen shot:
What do i have to modify to see the selection like it is the case with a different theme (e.g. seoul256)
These are the relevant lines in the .vimrc
The text was updated successfully, but these errors were encountered: