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

View File

@ -435,6 +435,17 @@ let
};
};
deoplete-fish = buildVimPluginFrom2Nix {
pname = "deoplete-fish";
version = "2018-09-15";
src = fetchFromGitHub {
owner = "ponko2";
repo = "deoplete-fish";
rev = "9b9a686186e6484163b34eb6e620b83be355e82c";
sha256 = "1v7ay0isrgcz0hgyggdqvmrldz0in26prj7p9l8ygkyrjq2w6b8a";
};
};
deoplete-go = buildVimPluginFrom2Nix {
pname = "deoplete-go";
version = "2019-03-02";

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

View File

@ -234,6 +234,7 @@ peder2tm/sved
peterhoeg/vim-qml
phanviet/vim-monokai-pro
plasticboy/vim-markdown
ponko2/deoplete-fish
posva/vim-vue
powerman/vim-plugin-AnsiEsc
PProvost/vim-ps1