From d69c331e98a701e5d32e8b8cee1649adb35823a3 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Thu, 4 Jul 2024 17:01:12 +0700 Subject: [PATCH] chore: remove redundant arguments --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 8cb7579..89b3e0e 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -20,7 +20,7 @@ require("lazy").setup({ { "LazyVim/LazyVim", import = "lazyvim.plugins" }, -- import any extras modules here -- import/override with your plugins - generate_import_specs("plugins"), + generate_import_specs(), }, defaults = { -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.