about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-18 19:59:20 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-18 19:59:23 +0100
commit00e2713c5b3ab43855abe59f0a882453bea69dac (patch)
tree96516aa9c92aa6ae92fd22ffe7528a21524fb250 /pkgs/applications/editors/vim
parenta0c36b6bff2a53257a8e1e218f976a08a43a585d (diff)
parentb8791b1d70c45d4d6e0a13f40540a795b75c590b (diff)
downloadnixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar.gz
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar.bz2
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar.lz
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar.xz
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.tar.zst
nixlib-00e2713c5b3ab43855abe59f0a882453bea69dac.zip
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 0cc3aa2af4f5..c7e9a115ea46 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -668,6 +668,10 @@
     dependencies = with self; [ guard-collection ];
   };
 
+  hardhat-nvim = super.hardhat-nvim.overrideAttrs {
+    dependencies = with self; [ plenary-nvim ];
+  };
+
   harpoon = super.harpoon.overrideAttrs {
     dependencies = with self; [ plenary-nvim ];
   };
@@ -947,6 +951,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 ];
   };