made floating windows not trans

This commit is contained in:
2026-02-15 22:06:34 -05:00
parent cf5e079124
commit cfc5847203
2 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ config = function()
dark = "mocha",
},
float = {
transparent = true, -- enable transparent floating windows
transparent = false,-- enable transparent floating windows
},
auto_integrations = true,
})