diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a27f8650f425..ce74644b951e 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -847,7 +847,7 @@ self: super: { dependencies = with self; [ plenary-nvim ]; }; - neotest = super.neorg.overrideAttrs { + neotest = super.neotest.overrideAttrs { dependencies = with self; [ plenary-nvim ]; };