diff --git a/flake.nix b/flake.nix index ffbac28..3ad863f 100644 --- a/flake.nix +++ b/flake.nix @@ -291,6 +291,13 @@ neotest nvim-nio + # UI + # Mini Animate + { + plugin = mini-animate; + name = "mini.animate"; + } + # Custom rose-pine diffview-nvim diff --git a/init.lua b/init.lua index f4c8297..e76f6da 100644 --- a/init.lua +++ b/init.lua @@ -78,6 +78,8 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start', { import = 'lazyvim.plugins.extras.test.core' }, + { import = 'lazyvim.plugins.extras.ui.mini-animate' }, + -- These need to be after extras to prevent extras from overwriting them. -- Disable mason.nvim while using nix.