vimPlugins.deoplete-greek: init at 2019-12-23

This commit is contained in:
Maximilian Bosch 2020-02-28 00:27:23 +01:00
parent 1e20ec8835
commit 89790413a6
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
2 changed files with 12 additions and 0 deletions

View File

@ -986,6 +986,17 @@ let
};
};
deoplete-greek = buildVimPluginFrom2Nix {
pname = "deoplete-greek";
version = "2019-12-23";
src = fetchFromGitHub {
owner = "Inazuma110";
repo = "deoplete-greek";
rev = "aecf3b2f8acfab20c93a6dc88d55260a0df04cbf";
sha256 = "086qjbqps05zb2vnyb5q7a67i7al8mxxi86n0h5nsqdd0ws6qqhx";
};
};
deoplete-jedi = buildVimPluginFrom2Nix {
pname = "deoplete-jedi";
version = "2020-02-03";

View File

@ -136,6 +136,7 @@ hsitz/VimOrganizer
ianks/vim-tsx
icymind/NeoSolarized
idris-hackers/idris-vim
Inazuma110/deoplete-greek
inkarkat/vim-SyntaxRange
int3/vim-extradite
itchyny/calendar.vim