docs: update neodev.nvim to lazydev.nvim

This commit is contained in:
yum 2025-12-08 10:24:40 -05:00 committed by Ching Pei Yang
commit 2d823de83e

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. with your own plugin.
::: {.warning} ::: {.warning}