Skip to content
Snippets Groups Projects
Commit 76324951 authored by codecraft's avatar codecraft :crocodile:
Browse files

Make neovide animation length shorter

parent 95ffb7e7
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ if vim.g.neovide then
vim.g.neovide_background_color = "#0f1117" .. alpha()
vim.g.neovide_floating_blur_amount_x = 2.0
vim.g.neovide_floating_blur_amount_y = 2.0
vim.g.neovide_cursor_animation_length = 0.1
vim.g.neovide_cursor_animation_length = 0.02
vim.g.neovide_cursor_antialiasing = true
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment