ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Transparent background black shadow hlgroup?
Hi,
I was trying out your plugin but stumbled upon this (highlight?) issue. The background appears black. It looks as if it's a shadow.. I might be wrong though. I'm not familiar with styling/hlgroup manipulation.
Would you have any idea what might be causing this and how I could fix it? I'm using the catpuccin colorscheme.
Thank you for your time.
What terminal emulator are you using? Is this happening on default plugin config or you have some overrides?
I'm using wezterm. But I don't think it has much to do with the emulator. I tried Kitty and Alacritty and they also show the same background. I tried it with an empty config and tried to change the highlight groups but without success. To me it looks like it's a shadow. Could it be that nui is producing this?
@jackMort can you try setting grow = 1 instead of size = "90%" here?
https://github.com/jackMort/ChatGPT.nvim/blob/d7703bd2453a1599367b3fd7df109601ee3783e4/lua/chatgpt/module.lua#L43
Thanks a lot, that's something I've been looking for 🙏
Problem still exists on my side. still getting that shadow
Could you please share the screenshot?
using alacitty:

Can confirm, problem still exists.
Can confirm I have the same issue.
Can you check if the issue still exists with https://github.com/MunifTanjim/nui.nvim/pull/231?
I had same issue with different colorschemes, but it looks like it was solved, great job!
yeah seems to be working