mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
Fix doc missing bracket
This commit is contained in:
parent
3ad55ae678
commit
56bc8f769b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue