vimPlugins.onedark-nvim: Add lush-nvim dependency (#131987)

* vimPlugins.onedark-nvim: Add lush-nvim dependency

* Update pkgs/misc/vim-plugins/overrides.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Vinícius Müller
2021-08-01 20:12:02 +02:00
committed by GitHub
co-authored by Sandro
parent f22a7ae1a8
commit 2c79ed4585
+4
View File
@@ -433,6 +433,10 @@ self: super: {
});
});
onedark-nvim = super.onedark-nvim.overrideAttrs (old: {
dependencies = with self; [ lush-nvim ];
});
onehalf = super.onehalf.overrideAttrs (old: {
configurePhase = "cd vim";
});