chore: remove redundant arguments

pull/99/head
fm39hz-laptop 2024-07-04 17:01:12 +07:00
parent d975853bee
commit d69c331e98
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ require("lazy").setup({
{ "LazyVim/LazyVim", import = "lazyvim.plugins" }, { "LazyVim/LazyVim", import = "lazyvim.plugins" },
-- import any extras modules here -- import any extras modules here
-- import/override with your plugins -- import/override with your plugins
generate_import_specs("plugins"), generate_import_specs(),
}, },
defaults = { defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup. -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.