feat(ui): disable transparency
This commit is contained in:
@@ -22,8 +22,8 @@ return {
|
||||
tabstop = 4,
|
||||
textwidth = 120,
|
||||
wrap = true,
|
||||
winblend = 50,
|
||||
pumblend = 30,
|
||||
winblend = 0,
|
||||
pumblend = 0,
|
||||
},
|
||||
g = {
|
||||
neovide_hide_mouse_when_typing = true,
|
||||
|
||||
Reference in New Issue
Block a user