Skip to content

Commit

Permalink
vimPlugins.cmp-git: add plenary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored and teto committed Apr 30, 2024
1 parent 48dbfbc commit 29535b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 29535b5

Please sign in to comment.