From f764b0a599dffe31098368c565b811b93c1f3773 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 23 Jan 2023 00:11:55 +0100 Subject: [PATCH] feat: added extra for mini.animate --- lua/config/lazy.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 8fca195..a99faaa 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -15,6 +15,7 @@ require("lazy").setup({ -- import any extras modules here -- { import = "lazyvim.plugins.extras.lang.typescript" }, -- { import = "lazyvim.plugins.extras.lang.json" }, + -- { import = "lazyvim.plugins.extras.ui.mini-animate" }, }, defaults = { -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.