doc/neovim: correct configuration overrides example

Correct configuration overrides example to use neovim.override instead of overrideAttrs.
This commit is contained in:
Austin Horstman
2026-06-27 08:57:35 -05:00
parent 66e23f410b
commit 46689fa74a
+2 -2
View File
@@ -104,9 +104,9 @@ wrapNeovimUnstable neovim-unwrapped {
You can explore the configuration with `nix repl` to discover these options and
override them. For instance:
```nix
neovim.overrideAttrs (oldAttrs: {
neovim.override {
autowrapRuntimeDeps = false;
})
}
```
## Specificities for some plugins {#neovim-plugin-specificities}