Skip to content

Commit

Permalink
Merge pull request #237 from sankantsu/fix-docs-lazy-nvim
Browse files Browse the repository at this point in the history
docs: fix nesting and indent of lazy.nvim config
  • Loading branch information
3rd authored Nov 2, 2024
2 parents c4d44e7 + 63f62a9 commit 3ce4179
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ Fully **optional:**

```lua
require("lazy").setup({
"3rd/image.nvim",
config = function()
-- ...
end
{
"3rd/image.nvim",
config = function()
-- ...
end
},
}, {
rocks = {
hererocks = true, -- recommended if you do not have global installation of Lua 5.1.
Expand Down

0 comments on commit 3ce4179

Please sign in to comment.