-
I was trying to remove the black background like on the README.md images but without success. It is worth to note that all my window highlight groups have bg set to none. This seems related with neovim/neovim#18576 but I'm not sure. If anyone knows if there is a way to fix this please let me know! |
Beta Was this translation helpful? Give feedback.
Answered by
stevearc
Oct 10, 2023
Replies: 1 comment 2 replies
-
It is most likely related to that issue. Try require("dressing").setup({
input = {
win_options = {
-- Window transparency (0-100)
winblend = 0,
},
}
}) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
guilhas07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is most likely related to that issue. Try