about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-13 09:17:38 +0200
committerGitHub <noreply@github.com>2024-06-13 09:17:38 +0200
commit8d146a25ec94d02e7c0a2d2749d64fdda0c5f138 (patch)
treef4c70fc7ba1c80cdb2112a22b196134cbc100c79 /pkgs
parent50bcab6dc7e0be6bc815801e714c071013e06b7a (diff)
parente9a7f202f63ad6b3c1c27c4879581bc569469cfc (diff)
Merge pull request #319314 from GaetanLepage/neotest-playwright
vimPlugins.neotest-playwright: add telescope dependency
Diffstat (limited to 'pkgs')
-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 5690a88365e53..710acc1e9e6a9 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -1013,6 +1013,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 ];
   };