Fix doc missing bracket

This commit is contained in:
Gorun 2023-07-27 23:36:37 +08:00
commit 56bc8f769b

View file

@ -813,7 +813,7 @@ For example, to import LazyVim core plugins and an optional plugin:
{ "LazyVim/LazyVim", import = "lazyvim.plugins" }, { "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.coding.copilot" }, { import = "lazyvim.plugins.extras.coding.copilot" },
} }
) })
< <
When you import specs, you can override them by simply adding a spec for the When you import specs, you can override them by simply adding a spec for the