diff options
Diffstat (limited to 'lua/config/lazy.lua')
| -rw-r--r-- | lua/config/lazy.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
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.  | 
