3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.ncm2-dictionary: init at 2018-11-15

This commit is contained in:
Darwin Corn 2020-07-18 16:53:15 -07:00
parent fc17201a1d
commit f826149d9c
2 changed files with 13 additions and 0 deletions

View file

@ -2266,6 +2266,18 @@ let
meta.homepage = "https://github.com/ncm2/ncm2-cssomni/";
};
ncm2-dictionary = buildVimPluginFrom2Nix {
pname = "ncm2-dictionary";
version = "2018-11-15";
src = fetchFromGitHub {
owner = "yuki-ycino";
repo = "ncm2-dictionary";
rev = "c93b52ab0cd1a9ebe5711414c3134f4bba9be6af";
sha256 = "096l8prqm7zb2s27j2cpnydggszicaji7xjlmhrav7dzc51avafy";
};
meta.homepage = "https://github.com/yuki-ycino/ncm2-dictionary/";
};
ncm2-github = buildVimPluginFrom2Nix {
pname = "ncm2-github";
version = "2018-08-01";

View file

@ -608,5 +608,6 @@ xolox/vim-misc
xuhdev/vim-latex-live-preview
ycm-core/YouCompleteMe
Yggdroot/indentLine
yuki-ycino/ncm2-dictionary
zah/nim.vim
ziglang/zig.vim