From 76324951e8835a80ce0648c2ee679f8a32593e92 Mon Sep 17 00:00:00 2001 From: Darius Auding <Darius.auding@gmx.de> Date: Wed, 7 Jun 2023 20:17:51 +0200 Subject: [PATCH] Make neovide animation length shorter --- lua/codecraft/core/neovide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/codecraft/core/neovide.lua b/lua/codecraft/core/neovide.lua index 2741a49..2bb62e9 100644 --- a/lua/codecraft/core/neovide.lua +++ b/lua/codecraft/core/neovide.lua @@ -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 -- GitLab