mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vimPlugins.ncm2-dictionary: init at 2018-11-15
This commit is contained in:
parent
fc17201a1d
commit
f826149d9c
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue