Skip to content

Commit

Permalink
Merge pull request #402 from simon123h/master
Browse files Browse the repository at this point in the history
fix(docs): fix typo in lazy.nvim extension config
  • Loading branch information
mrjones2014 authored Oct 10, 2023
2 parents 2ef653d + 784e26b commit c9d1d89
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 c9d1d89

Please sign in to comment.