vimPlugins.crates-nvim: add missing dependency

This commit is contained in:
oxalica
2021-11-09 22:49:20 +08:00
parent bb68e1a797
commit ecef1e7fc6
+4
View File
@@ -178,6 +178,10 @@ self: super: {
'';
});
crates-nvim = super.crates-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});
ctrlp-cmatcher = super.ctrlp-cmatcher.overrideAttrs (old: {
buildInputs = [ python ];
buildPhase = ''