From faef8c91362b74d998d9d22ccdd4290f2f643655 Mon Sep 17 00:00:00 2001 From: xieby1 Date: Tue, 28 May 2024 15:21:12 +0800 Subject: [PATCH] usr: cli: vim: mini.nvim: try animate --- usr/cli/vim.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/usr/cli/vim.nix b/usr/cli/vim.nix index a105f738..3266ce56 100644 --- a/usr/cli/vim.nix +++ b/usr/cli/vim.nix @@ -376,6 +376,13 @@ let try_as_border = true, }, } + + -- mini.animate looks promising, and can totally replace vim-smoothie + -- However, bugs seem exist: + -- * touchpad scroll become slow + -- * background color blinks when create window + -- * background color broken after q::q + -- require('mini.animate').setup() ''; }; in