about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/overrides.nix
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-12 14:41:52 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-06-12 14:41:52 +0200
commite9a7f202f63ad6b3c1c27c4879581bc569469cfc (patch)
tree9d60eb2a806ee131c654a3383ae21d8721dd2a16 /pkgs/applications/editors/vim/plugins/overrides.nix
parente593139ef96e2e88b21939b7d6840c3f002ba9ad (diff)
vimPlugins.neotest-playwright: add telescope dependency
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 870826ed88193..43de9b67d0938 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1011,6 +1011,10 @@
     dependencies = [ self.plenary-nvim ];
   };
 
+  neotest-playwright = super.neotest-playwright.overrideAttrs {
+    dependencies = [ self.telescope-nvim ];
+  };
+
   neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
     dependencies = with self; [ plenary-nvim nui-nvim ];
   };