1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 11:36:07 +01:00

plugins/mini-animate: init

This commit is contained in:
Heitor Augusto 2025-11-01 23:19:32 -03:00 committed by Austin Horstman
parent 5fac3a31de
commit deacccdecd
2 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
empty = {
plugins.mini-animate.enable = true;
};
defaults = {
plugins.mini-animate = {
enable = true;
settings = {
cursor.enable = true;
scroll.enable = true;
resize.enable = true;
open.enable = true;
close.enable = true;
};
};
};
}