🎨 ux(nvim): disable dark background when opening lazy

This commit is contained in:
Sergio Laín 2024-03-29 00:54:21 +01:00
parent 481d68b693
commit 569713ad17
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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