mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
vimPlugins.cmp-rg: remove ripgrep from dependencies
This commit is contained in:
parent
f1e10e2cd0
commit
6bf000927a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user