diff --git a/doc/EXTENSIONS.md b/doc/EXTENSIONS.md index c79984b..d9d05ec 100644 --- a/doc/EXTENSIONS.md +++ b/doc/EXTENSIONS.md @@ -70,7 +70,9 @@ into `legendary.nvim`. ```lua require('legendary').setup({ - lazy_nvim = true, + extensions = { + lazy_nvim = true, + } }) ```