mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
docs: fix indentation (#419)
This commit is contained in:
parent
27ca918bc3
commit
c3a0d444f6
1 changed files with 2 additions and 2 deletions
|
@ -650,8 +650,8 @@ require("lazy").setup("plugins")
|
|||
```lua
|
||||
return {
|
||||
"folke/neodev.nvim",
|
||||
"folke/which-key.nvim",
|
||||
{ "folke/neoconf.nvim", cmd = "Neoconf" },
|
||||
"folke/which-key.nvim",
|
||||
{ "folke/neoconf.nvim", cmd = "Neoconf" },
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue