vimPlugins.deoplete-fish: init at 2018-09-15

This commit is contained in:
Malo Bourgon
2019-04-21 16:38:06 -07:00
parent 2aa505b5d9
commit 1b972aa8de
3 changed files with 16 additions and 0 deletions
+4
View File
@@ -140,6 +140,10 @@ self: super: {
'';
});
deoplete-fish = super.deoplete-fish.overrideAttrs(old: {
dependencies = with super; [ deoplete-nvim vim-fish ];
});
deoplete-go = super.deoplete-go.overrideAttrs(old: {
buildInputs = [ python3 ];
buildPhase = ''