vimPlugins.deoplete-dictionary: init at 2019-04-16

This commit is contained in:
Justin Lovinger 2019-09-10 19:46:39 -04:00
parent 552f56650c
commit ff93569d41
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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