feat(ui): disable transparency

This commit is contained in:
2024-04-29 11:21:20 +02:00
parent 549db6ba67
commit 8de18e70ae

View File

@@ -22,8 +22,8 @@ return {
tabstop = 4, tabstop = 4,
textwidth = 120, textwidth = 120,
wrap = true, wrap = true,
winblend = 50, winblend = 0,
pumblend = 30, pumblend = 0,
}, },
g = { g = {
neovide_hide_mouse_when_typing = true, neovide_hide_mouse_when_typing = true,