summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-11-16 09:15:32 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-11-18 00:17:45 +0100
commit19d0ca53672257a200861f8684fa3ff316f096dd (patch)
tree5dea08cac47f5ade855e9becdd47c277c5fd73de
parent3e818245ffcfa54b51c628993fefc06666770233 (diff)
downloadnixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar.gz
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar.bz2
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar.lz
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar.xz
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.tar.zst
nixpkgs-19d0ca53672257a200861f8684fa3ff316f096dd.zip
vimPlugins.neotest: add dependencies
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index ea1e3f8da7b..a27f8650f42 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -847,6 +847,10 @@ self: super: {
     dependencies = with self; [ plenary-nvim ];
   };
 
+  neotest = super.neorg.overrideAttrs {
+    dependencies = with self; [ plenary-nvim ];
+  };
+
   neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
     dependencies = with self; [ plenary-nvim nui-nvim ];
   };