docs: fix indentation

This commit is contained in:
Daniel M. Capella 2023-01-18 01:45:45 +00:00 committed by GitHub
commit 149feb01ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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