mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-10-10 19:51:55 +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
|
if g.neovide then
|
||||||
-- options
|
-- options
|
||||||
g.neovide_scale_factor = 0.7
|
g.neovide_scale_factor = 0.7
|
||||||
g.neovide_transparency = 0.9
|
g.neovide_opacity = 0.9
|
||||||
g.neovide_refresh_rate = 144
|
g.neovide_refresh_rate = 144
|
||||||
|
|
||||||
-- bindings
|
-- bindings
|
||||||
|
Reference in New Issue
Block a user