mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-10-10 03:31:54 +05:30
refactor(ui): rename transparency option to opacity
This commit is contained in:
@@ -4,7 +4,7 @@ local g = vim.g
|
||||
if g.neovide then
|
||||
-- options
|
||||
g.neovide_scale_factor = 0.7
|
||||
g.neovide_transparency = 0.9
|
||||
g.neovide_opacity = 0.9
|
||||
g.neovide_refresh_rate = 144
|
||||
|
||||
-- bindings
|
||||
|
Reference in New Issue
Block a user