fix(neovim): sort transparent.nvim extra groups and add pmenu to it

This is so we don't have a background on `blink.cmp` completion menus
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-16 20:11:42 -03:00
parent 43a5bd2ad0
commit 62c04dfd25
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -135,16 +135,17 @@ return {
"NeoTreeFloatingBorder", "NeoTreeFloatingBorder",
"NeoTreeMessage", "NeoTreeMessage",
"NeoTreeNormal", "NeoTreeNormal",
"NeoTreeNormalNC",
"NeoTreeStatusLine",
"NeoTreeStatusLineNC",
"NeoTreeTabActive",
"NeoTreeTabInactive",
"NeoTreeTabSeparatorActive", "NeoTreeTabSeparatorActive",
"NeoTreeTabSeparatorInactive", "NeoTreeTabSeparatorInactive",
"NeoTreeVertSplit", "NeoTreeVertSplit",
"NeoTreeWinSeparator", "NeoTreeWinSeparator",
"NeoTreeNormalNC",
"NeoTreeTabActive",
"NeoTreeStatusLine",
"NeoTreeStatusLineNC",
"NeoTreeTabInactive",
"NormalFloat", "NormalFloat",
"Pmenu",
"TabLine", "TabLine",
"TabLineFill", "TabLineFill",
"VertSplit", "VertSplit",