mirror of https://github.com/LazyVim/starter
chore: remove redundant arguments
parent
d975853bee
commit
d69c331e98
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue