vimPlugins.cmp-rg: remove ripgrep from dependencies

This commit is contained in:
figsoda 2023-07-08 15:03:49 -04:00
parent f1e10e2cd0
commit 6bf000927a

View File

@ -246,7 +246,7 @@ self: super: {
};
cmp-rg = super.cmp-rg.overrideAttrs {
dependencies = with self; [ nvim-cmp ripgrep ];
dependencies = with self; [ nvim-cmp ];
};
cmp-snippy = super.cmp-snippy.overrideAttrs {