fix(neovide): tweaks to neovide config

This commit is contained in:
2025-08-23 11:50:56 -04:00
parent 209abd810d
commit 2243264a24
+2 -1
View File
@@ -13,7 +13,8 @@ if vim.g.neovide then
-- vim.opt.guifont = 'Iosevka Rootiest V2:#e-subpixelantialias:h12'
-- refresh rate and translucency
vim.g.neovide_refresh_rate = 170
vim.g.neovide_transparency = 0.85
vim.g.neovide_opacity = 0.85
vim.g.neovide_normal_opacity = 0.85
vim.g.neovide_window_blurred = true
vim.g.neovide_floating_blur_amount_x = 2.0
vim.g.neovide_floating_blur_amount_y = 2.0