docs: Fix doc missing bracket (#962)

This commit is contained in:
Distinct Wind 2023-07-30 17:08:52 +08:00 committed by GitHub
commit a977a7ab21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -699,7 +699,7 @@ require("lazy").setup({
{ "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 same plugin to your local When you import specs, you can override them by simply adding a spec for the same plugin to your local