Transparent option problem on floating hints. #505
-
The black background on hint only shows when using transparent mode. Working well on non transparent |
Beta Was this translation helpful? Give feedback.
Answered by
nullchilly
Jun 8, 2023
Replies: 1 comment 1 reply
-
Because lazyvim set a default values for these you should try adding to vim.o.pumblend = 0
vim.o.winblend = 0 For more details please see |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nullchilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because lazyvim set a default values for these you should try adding to
config/options.lua
:For more details please see
:h pumblend
and:h winblend