vimPlugins.deoplete-dictionary: init at 2019-04-16
This commit is contained in:
parent
552f56650c
commit
ff93569d41
@ -831,6 +831,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
deoplete-dictionary = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-dictionary";
|
||||
version = "2019-04-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "deoplete-plugins";
|
||||
repo = "deoplete-dictionary";
|
||||
rev = "e0879df5dce25b96d6a2a6f52a1a5e41d12b5992";
|
||||
sha256 = "05p707b15fzhf0laqy3q0hi34vxpljy86cd5qvpjzx5h0ry32p09";
|
||||
};
|
||||
};
|
||||
|
||||
deoplete-fish = buildVimPluginFrom2Nix {
|
||||
pname = "deoplete-fish";
|
||||
version = "2018-09-15";
|
||||
|
@ -50,6 +50,7 @@ dannyob/quickfixstatus
|
||||
darfink/starsearch.vim
|
||||
dart-lang/dart-vim-plugin
|
||||
davidhalter/jedi-vim
|
||||
deoplete-plugins/deoplete-dictionary
|
||||
deoplete-plugins/deoplete-jedi
|
||||
derekelkins/agda-vim
|
||||
derekwyatt/vim-scala
|
||||
|
Loading…
Reference in New Issue
Block a user