about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-03-18 14:24:09 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-23 20:48:18 +0100
commitc9f585e8916bb4825d1af53447357811166455fe (patch)
treee485f39239e430c13c5d64eaf92ec55e612fa1f2
parent2590d7a1b3d7fd5ae19ce6ea23aa1e6285d94874 (diff)
vimPlugins.neotest-gtest: add plenary-nvim dependency
-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 3a2cf414c973f..b50f1c8f81e46 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -955,6 +955,10 @@
     dependencies = with self; [ plenary-nvim ];
   };
 
+  neotest-gtest = super.neotest-gtest.overrideAttrs {
+    dependencies = [ self.plenary-nvim ];
+  };
+
   neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
     dependencies = with self; [ plenary-nvim nui-nvim ];
   };