chore: remove redundant arguments

pull/98/head
fm39hz-laptop 2024-07-04 17:01:12 +07:00
parent 857443d8f1
commit 5325c87b13
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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.