about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/overrides.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-24 00:02:41 +0000
committerGitHub <noreply@github.com>2024-03-24 00:02:41 +0000
commitf0ed26755af20f214392bdac59029078653c7022 (patch)
treeb353b0282fe0974ef808557c786aac670a23a568 /pkgs/applications/editors/vim/plugins/overrides.nix
parent628282de102775a14437f6da08163beae2189c76 (diff)
parent3f0438cea511768a6c8c6ba371c91ab57f92730e (diff)
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/editors/vim/plugins/overrides.nix')
-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 7b1d7a487618d..5908653593911 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -958,6 +958,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 ];
   };