NvChad / NvChad

Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

Home Page:https://nvchad.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy.nvim floating window backdrop option added

zerochae opened this issue · comments

Is your feature request related to a problem? Please describe.

lazy.nvim added a backdrop option, so I want set same option in nvchad

Describe the solution you'd like

chadrc file has option backdrop

Screenshot

for example. i set backdrop option in /lua/plugins/configs/lazy_nvim.lua

its default value is 60 and 100 is fully transparent.

backdrop = 60 backdrop = 100
스크린샷 2024-03-27 15 03 29 스크린샷 2024-03-27 15 03 47

i realized that add this code in chadrc, then problem has solved

M.lazy_nvim = {
  ui = {
    backdrop = 100
  },
}

close this issue, thx

@zerochae that was for old nvchad ! check nvchad 2.5 😬 . So you can add it directly here https://github.com/NvChad/starter/blob/main/lua/configs/lazy.lua

and do know that in v2.5 there's no custom stuff, you can delete the .git of ~/.config/nvim after installing v2.5

check our news page

@siduck oops, I'll update it this weekend

thx 😀