about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-03-18 13:28:17 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-18 14:41:34 +0100
commitd007e76ff390a1a7dd3923b507acbf45d3af8e89 (patch)
treef1c4d34930fdc296a3db6786198e4645e7785bba /pkgs/applications/editors
parent7609beddd2cd22d9edb0a9fc7e3a0a2e84fb20c9 (diff)
downloadnixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar.gz
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar.bz2
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar.lz
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar.xz
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.tar.zst
nixlib-d007e76ff390a1a7dd3923b507acbf45d3af8e89.zip
vimPlugins.neotest-gradle: add plenary-nvim dependency
Diffstat (limited to 'pkgs/applications/editors')
-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 0cc3aa2af4f5..6e3b231f38bd 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -947,6 +947,10 @@
     dependencies = with self; [ plenary-nvim ];
   };
 
+  neotest-gradle = super.neotest-gradle.overrideAttrs {
+    dependencies = with self; [ plenary-nvim ];
+  };
+
   neo-tree-nvim = super.neo-tree-nvim.overrideAttrs {
     dependencies = with self; [ plenary-nvim nui-nvim ];
   };