docs: update neodev.nvim to lazydev.nvim

This commit is contained in:
yum 2025-12-08 10:24:40 -05:00
commit b675274207

View file

@ -22,7 +22,7 @@ vim.pluginOverrides = {
};
```
This will override the source for the `neodev.nvim` plugin that is used in nvf
This will override the source for the `lazydev.nvim` plugin that is used in nvf
with your own plugin.
::: {.warning}