Compare commits

...

2 commits

Author SHA1 Message Date
62c04dfd25
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
2025-04-16 20:11:42 -03:00
43a5bd2ad0
feat(shared/home-manager): add dbeaver to path 2025-04-16 20:10:50 -03:00
2 changed files with 7 additions and 5 deletions

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",

View file

@ -117,6 +117,7 @@
rnnoise-plugin rnnoise-plugin
## Development ## Development
dbeaver-bin
godot_4 godot_4
hoppscotch hoppscotch
lazygit lazygit