From e446bb29ba34febc8c72a6bad1bcb685dff0eb04 Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 11 Dec 2024 14:43:47 -0500 Subject: [PATCH] fix: reduce cursor animation length for smoother transitions --- lua/config/neovide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/neovide.lua b/lua/config/neovide.lua index 8fef0b5..2a1a99e 100644 --- a/lua/config/neovide.lua +++ b/lua/config/neovide.lua @@ -17,7 +17,7 @@ vim.g.neovide_cursor_vfx_particle_density = 16.8 vim.g.neovide_cursor_vfx_particle_lifetime = 2.2 vim.g.neovide_cursor_vfx_particle_phase = 1.2 vim.g.neovide_cursor_vfx_particle_curl = 1.0 -vim.g.neovide_cursor_animation_length = 0.13 +vim.g.neovide_cursor_animation_length = 0.08 vim.g.neovide_cursor_trail_size = 0.8 -- floating shadow vim.g.neovide_floating_shadow = true