mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: remove redundant arguments
This commit is contained in:
parent
857443d8f1
commit
5325c87b13
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,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…
Add table
Reference in a new issue