fix(neovim): make blink.cmp signature help transparent
Also stops overwriting the base groups from the plugin and instead flags the two groups we want to keep their background for.
This commit is contained in:
parent
7136209ba7
commit
69b9c614f3
1 changed files with 4 additions and 26 deletions
|
@ -90,35 +90,13 @@ return {
|
|||
opts = function(_, opts)
|
||||
local transparent = require "transparent"
|
||||
|
||||
opts.groups = {
|
||||
"Comment",
|
||||
"Conditional",
|
||||
"Constant",
|
||||
"CursorLine",
|
||||
"CursorLineNr",
|
||||
"EndOfBuffer",
|
||||
"Function",
|
||||
"Identifier",
|
||||
"LineNr",
|
||||
"NonText",
|
||||
"Normal",
|
||||
"NormalNC",
|
||||
"Operator",
|
||||
"PreProc",
|
||||
"Repeat",
|
||||
"SignColumn",
|
||||
"Special",
|
||||
"Statement",
|
||||
-- "StatusLine",
|
||||
-- "StatusLineNC",
|
||||
"String",
|
||||
"Structure",
|
||||
"Todo",
|
||||
"Type",
|
||||
"Underlined",
|
||||
opts.exclude_groups = {
|
||||
"StatusLine",
|
||||
"StatusLineNC",
|
||||
}
|
||||
|
||||
opts.extra_groups = {
|
||||
"BlinkCmpSignatureHelpActiveParameter",
|
||||
"CursorColumn",
|
||||
"CursorLineFold",
|
||||
"CursorLineSign",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue