diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-23 00:11:55 +0100 |
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-23 00:11:55 +0100 |
| commit | f764b0a599dffe31098368c565b811b93c1f3773 (patch) | |
| tree | 1131fa8f5ad16f95b35a6aef7fa1666ca736a554 | |
| parent | ad809a2885d6a8fb13f43148a4380f5621299fde (diff) | |
feat: added extra for mini.animate
| -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. |
