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