Skip to content
Discussion options

You must be logged in to vote

By the way, this fixes the issue:

require("cyberdream").setup({
  highlights = {
    BlinkCmpMenuSelection = {},
  },
})

Note

So the problem is with defining the BlinkCmpMenuSelection highlight. You can use this code instead of setting up the cyberdream colorscheme to reproduce the issue:

vim.cmd("hi BlinkCmpMenuSelection guifg=red guibg=green")

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@drowning-cat
Comment options

@drowning-cat
Comment options

Answer selected by eshom
@eshom
Comment options

@drowning-cat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants