vimPlugins.crates-nvim: add missing dependency

main
oxalica 3 years ago
parent bb68e1a797
commit ecef1e7fc6
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 4
      pkgs/misc/vim-plugins/overrides.nix

@ -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 = ''

Loading…
Cancel
Save