Merge pull request #1267 from myume/main

docs: update neodev.nvim to lazydev.nvim
This commit is contained in:
raf 2025-12-09 13:19:57 +03:00 committed by Ching Pei Yang
commit a7087e130d

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}