mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
docs: Fix doc missing bracket (#962)
This commit is contained in:
parent
3ad55ae678
commit
a977a7ab21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue