kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

feat: Use winblend config for plenary window #113

Closed EthanWarrick closed 9 months ago

EthanWarrick commented 9 months ago

There is an existing user config for setting the winblend value of the lazygit floating window. This controls the background transparency of the window. However, this config option is not respected if the lazygit window is created using plenary (another user config). This change forces the plenary window to use the existing config for transparency.

EthanWarrick commented 9 months ago

If one is using plenary for their lazygit window, it has transparency by default. I essentially wanted to turn this off.

kdheepak commented 9 months ago

Thanks for figuring this out!