about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-04-03 22:10:50 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-04-04 00:17:08 +0200
commit614c6c9752925443f2e74bb8a7961d9d2d86cea6 (patch)
tree6ce04f333c65805db2d2f86bd7658770a50fb18f /pkgs/applications/editors/vim/plugins
parent3591445929b4b2c7315e5e897c5b60ba709635db (diff)
vimPlugins.neotest: add vimPlugins.nvim-nio dependency
Diffstat (limited to 'pkgs/applications/editors/vim/plugins')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 142b8570b6712..5f74ad2bc33c5 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -962,7 +962,7 @@
   };
 
   neotest = super.neotest.overrideAttrs {
-    dependencies = with self; [ plenary-nvim ];
+    dependencies = with self; [ nvim-nio plenary-nvim ];
   };
 
   neotest-gradle = super.neotest-gradle.overrideAttrs {