🎨 ux(nvim): disable dark background when opening lazy
This commit is contained in:
parent
481d68b693
commit
569713ad17
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ require("lazy").setup({
|
|||
{ import = "plugins" },
|
||||
{ import = "lazyvim.plugins.extras.lazyrc" },
|
||||
},
|
||||
ui = {
|
||||
backdrop = 100,
|
||||
},
|
||||
defaults = {
|
||||
lazy = true,
|
||||
version = false, -- always use the latest git commit
|
||||
|
|
Loading…
Add table
Reference in a new issue