nvim-lsputils
nvim-lsputils copied to clipboard
vim.g.lsp_utils_codeaction_opts.list.highlight="PmenuSbar" not making a difference
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.