Skip to content

Commit

Permalink
usr: cli: vim: mini.nvim: try animate
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed May 28, 2024
1 parent fb59f30 commit faef8c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions usr/cli/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit faef8c9

Please sign in to comment.