reactive.nvim
integration breaks colors from colorful-menu.nvim
#817
Labels
bug
Something isn't working
reactive.nvim
integration breaks colors from colorful-menu.nvim
#817
Description
Original issue
I'm using colorful-menu.nvim along with
blink.cmp
.If using
reactive.nvim
integration fromcatppuccin
, the colors fromcolorful-menu.nvim
are disappearing when the documentation window fromblink.cmp
is drawn (after hovering an item in the completions list).Keeping
reactive.nvim
enabled but disablingcatppuccin
integration solves the issue.With
reactive.nvim
catppuccin
integration:Without:
Neovim version
Terminal and multiplexer
kitty 0.36.4
Catppuccin version / branch / rev
main branch @ f67b886 (latest commit)
Steps to reproduce
repro.lua
provided below, run:% nvim -u repro.lua -c ':TSUpdateSync lua'
nvim -u repro.lua /path/to/lua_file.lua
% nvim -u repro.lua /path/to/lua_file.lua
blink.cmp
documentation windowreactive.nvim
catppuccin
integration inrepro.lua
:Expected behavior
Colors from
colorful-menu.nvim
remain visible whenblink.cmp
documentation window is drawn.Actual behavior
Colors from
colorful-menu.nvim
are no longer visible whenblink.cmp
documentation window is drawn.Repro
The text was updated successfully, but these errors were encountered: