ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.91k stars 458 forks source link

black background color of `fidget.nvim` when global setting `transparent_background` is true #1070

Closed csyJoy closed 10 months ago

csyJoy commented 10 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.9.4

Operating system/version

macOS 14.0

Terminal name/version

alacritty 0.12.3 (5efb069)

$TERM environment variable

xterm-256color

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

  1. set settings["transparent_background"] = true in lua/core/setting.lua
  2. open a file with lsp attached(to check fidget.nvim behavior)

Expected behavior

the background of fidget.nvim notification should be transparency

Actual behavior

black background color:

image

Additional information

The only thing I change in main branch is the transparent_background setting. I also test this in iTerm2 and get the same result.

I do a bisect in main branch and find commit #1068 causes this problem, is this a upstream issue or just a inconsistency configuration problem?

Jint-lzxy commented 10 months ago

Have you updated ur plugins via :Lazy sync? fidget.nvim has undergone numerous modifications recently.

csyJoy commented 10 months ago

Stupid me! while switching to main branch to check, I discard the change of lock file, sorry for wasting your time and thank you for your help