Question: is there any way to make the background completely transparent?
if I clear the background using :hi CodewindowBackground guibg=NONE still there is a black background. Is there any way to make it completely transparent ?
What if you do :hi NormalFloat guibg=none as well?
Sorry, I was busy in studies.
Apparently it still doesn't work
I tried vim.api.nvim_win_set_option(minimap_win, 'winbl', 100, and I still get the black background, but with my onedark transparent = true. When my theme has false transparency, winbl does nothing, and i'm also unable to get the background to be transparent. my CodewindowBackground doesn't actually affect the window background, atleast with my current theme.