about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-03-19 11:05:39 +0100
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-03-19 11:13:09 +0100
commit0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2 (patch)
tree3ec4d75b1dc3de4049e03550c8e8137b6239ed4c /pkgs/applications/editors
parentb36fb377314f39ad863408e5428a869666304b62 (diff)
downloadnixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar.gz
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar.bz2
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar.lz
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar.xz
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.tar.zst
nixlib-0c34530a34d6c45ba4eb20bdedfe72c5e04fc5a2.zip
vimPlugins.hardhat-nvim: add overseer-nvim dependency
Diffstat (limited to 'pkgs/applications/editors')
-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 c7e9a115ea46..3a2cf414c973 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -669,7 +669,7 @@
   };
 
   hardhat-nvim = super.hardhat-nvim.overrideAttrs {
-    dependencies = with self; [ plenary-nvim ];
+    dependencies = with self; [ overseer-nvim plenary-nvim ];
   };
 
   harpoon = super.harpoon.overrideAttrs {