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",
"NeoTreeMessage",
"NeoTreeNormal",
"NeoTreeNormalNC",
"NeoTreeStatusLine",
"NeoTreeStatusLineNC",
"NeoTreeTabActive",
"NeoTreeTabInactive",
"NeoTreeTabSeparatorActive",
"NeoTreeTabSeparatorInactive",
"NeoTreeVertSplit",
"NeoTreeWinSeparator",
"NeoTreeNormalNC",
"NeoTreeTabActive",
"NeoTreeStatusLine",
"NeoTreeStatusLineNC",
"NeoTreeTabInactive",
"NormalFloat",
"Pmenu",
"TabLine",
"TabLineFill",
"VertSplit",