summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/lazy.lua1
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.