More neovide + nvim config

This commit is contained in:
Emmet
2024-09-16 21:46:12 -05:00
parent 58c8c7b87b
commit 126a2076cc
8 changed files with 48 additions and 6 deletions

View File

@ -11,6 +11,8 @@ if vim.g.neovide then
vim.g.neovide_transparency = 0.8
vim.g.neovide_floating_blur_amount_x = 8.0
vim.g.neovide_floating_blur_amount_y = 8.0
vim.g.neovide_refresh_rate = 120
vim.g.neovide_cursor_vfx_mode = "pixiedust"
end
vim.g.neovide_scale_factor = 1.0