vimPlugins.deoplete-greek: init at 2019-12-23
This commit is contained in:
parent
1e20ec8835
commit
89790413a6
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user