docs: fix indentation (#419)

This commit is contained in:
Daniel M. Capella 2023-01-18 07:34:29 +00:00 committed by GitHub
parent 27ca918bc3
commit c3a0d444f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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" },
}
```