Skip to content

Commit

Permalink
fix(docs): fix lazy.nvim extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
simon123h committed Oct 10, 2023
1 parent 2ef653d commit 784e26b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/EXTENSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ into `legendary.nvim`.

```lua
require('legendary').setup({
lazy_nvim = true,
extensions = {
lazy_nvim = true,
}
})
```

Expand Down

0 comments on commit 784e26b

Please sign in to comment.