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 {
|
deoplete-jedi = buildVimPluginFrom2Nix {
|
||||||
pname = "deoplete-jedi";
|
pname = "deoplete-jedi";
|
||||||
version = "2020-02-03";
|
version = "2020-02-03";
|
||||||
|
@ -136,6 +136,7 @@ hsitz/VimOrganizer
|
|||||||
ianks/vim-tsx
|
ianks/vim-tsx
|
||||||
icymind/NeoSolarized
|
icymind/NeoSolarized
|
||||||
idris-hackers/idris-vim
|
idris-hackers/idris-vim
|
||||||
|
Inazuma110/deoplete-greek
|
||||||
inkarkat/vim-SyntaxRange
|
inkarkat/vim-SyntaxRange
|
||||||
int3/vim-extradite
|
int3/vim-extradite
|
||||||
itchyny/calendar.vim
|
itchyny/calendar.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user