forked from mirrors/nixpkgs
vimPlugins.ncm2-html-subscope: init at 2018-07-01
This commit is contained in:
parent
260182cd13
commit
03d2363641
|
@ -2278,6 +2278,18 @@ let
|
|||
meta.homepage = "https://github.com/ncm2/ncm2-github/";
|
||||
};
|
||||
|
||||
ncm2-html-subscope = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-html-subscope";
|
||||
version = "2018-07-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ncm2";
|
||||
repo = "ncm2-html-subscope";
|
||||
rev = "8294cf1bb55fb805454a9230aeb91dbb0f733a14";
|
||||
sha256 = "19h1jjqv6jwv5fnxxa6gv0qiyc3rbnxf0zibqxzdclmskrdgjacq";
|
||||
};
|
||||
meta.homepage = "https://github.com/ncm2/ncm2-html-subscope/";
|
||||
};
|
||||
|
||||
ncm2-jedi = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-jedi";
|
||||
version = "2019-11-19";
|
||||
|
|
|
@ -320,6 +320,7 @@ ncm2/ncm2
|
|||
ncm2/ncm2-bufword
|
||||
ncm2/ncm2-cssomni
|
||||
ncm2/ncm2-github
|
||||
ncm2/ncm2-html-subscope
|
||||
ncm2/ncm2-jedi
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-tmux
|
||||
|
|
Loading…
Reference in a new issue