From a977a7ab21f570a28d592e4d57af4b1df286c399 Mon Sep 17 00:00:00 2001 From: Distinct Wind Date: Sun, 30 Jul 2023 17:08:52 +0800 Subject: [PATCH] docs: Fix doc missing bracket (#962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ddfb7..fb2371f 100644 --- a/README.md +++ b/README.md @@ -699,7 +699,7 @@ require("lazy").setup({ { "LazyVim/LazyVim", import = "lazyvim.plugins" }, { 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