vimPlugins.ncm2-dictionary: init at 2018-11-15
This commit is contained in:
parent
fc17201a1d
commit
f826149d9c
@ -2266,6 +2266,18 @@ let
|
|||||||
meta.homepage = "https://github.com/ncm2/ncm2-cssomni/";
|
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 {
|
ncm2-github = buildVimPluginFrom2Nix {
|
||||||
pname = "ncm2-github";
|
pname = "ncm2-github";
|
||||||
version = "2018-08-01";
|
version = "2018-08-01";
|
||||||
|
@ -608,5 +608,6 @@ xolox/vim-misc
|
|||||||
xuhdev/vim-latex-live-preview
|
xuhdev/vim-latex-live-preview
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
|
yuki-ycino/ncm2-dictionary
|
||||||
zah/nim.vim
|
zah/nim.vim
|
||||||
ziglang/zig.vim
|
ziglang/zig.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user