about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-04-30 23:26:16 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2024-04-30 23:35:03 +0200
commit29535b5bc9ed68360076bbf924112ebc87ccb882 (patch)
tree1a3c8dce77ce79fe2234e28b62b1957609d00ba8
parent48dbfbc9c841ddab2337474872699929b90ccc74 (diff)
vimPlugins.cmp-git: add plenary dependency
-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 ee4484a3cb628..24435666c0768 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -246,7 +246,7 @@
   };
 
   cmp-git = super.cmp-git.overrideAttrs {
-    dependencies = with self; [ nvim-cmp ];
+    dependencies = with self; [ nvim-cmp plenary-nvim ];
   };
 
   cmp-greek = super.cmp-greek.overrideAttrs {