nvim-lsputils icon indicating copy to clipboard operation
nvim-lsputils copied to clipboard

vim.g.lsp_utils_codeaction_opts.list.highlight="PmenuSbar" not making a difference

Open thecontinium opened this issue 4 years ago • 0 comments

Hi

If I set the highlight to a different highlight e.g. PmenuSbar it does not make a difference to the background/foreground of the popup window.

vim.g.lsp_utils_codeaction_opts = {
	list = {
		border = false,
		numbering = false,
		highlight = "PmenuSbar"
	},
}

Please advise.

thecontinium avatar Jun 21 '21 17:06 thecontinium