mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 10:04:03 +05:30
More neovide + nvim config
This commit is contained in:
parent
58c8c7b87b
commit
126a2076cc
8 changed files with 48 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue