mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
vimPlugins.ncm2-markdown-subscope: init at 2020-03-09
This commit is contained in:
parent
03d2363641
commit
b667ccff8e
@ -2302,6 +2302,18 @@ let
|
|||||||
meta.homepage = "https://github.com/ncm2/ncm2-jedi/";
|
meta.homepage = "https://github.com/ncm2/ncm2-jedi/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ncm2-markdown-subscope = buildVimPluginFrom2Nix {
|
||||||
|
pname = "ncm2-markdown-subscope";
|
||||||
|
version = "2020-03-09";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "ncm2";
|
||||||
|
repo = "ncm2-markdown-subscope";
|
||||||
|
rev = "beeef1e88df29d2718f0fb73cdd4702eaf449f13";
|
||||||
|
sha256 = "0hh5bs76k5jsjzdp5lm53gma517s8ijrdp0acjjvsagz7r7gymq7";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/ncm2/ncm2-markdown-subscope/";
|
||||||
|
};
|
||||||
|
|
||||||
ncm2-path = buildVimPluginFrom2Nix {
|
ncm2-path = buildVimPluginFrom2Nix {
|
||||||
pname = "ncm2-path";
|
pname = "ncm2-path";
|
||||||
version = "2019-02-20";
|
version = "2019-02-20";
|
||||||
|
@ -322,6 +322,7 @@ ncm2/ncm2-cssomni
|
|||||||
ncm2/ncm2-github
|
ncm2/ncm2-github
|
||||||
ncm2/ncm2-html-subscope
|
ncm2/ncm2-html-subscope
|
||||||
ncm2/ncm2-jedi
|
ncm2/ncm2-jedi
|
||||||
|
ncm2/ncm2-markdown-subscope
|
||||||
ncm2/ncm2-path
|
ncm2/ncm2-path
|
||||||
ncm2/ncm2-tmux
|
ncm2/ncm2-tmux
|
||||||
ncm2/ncm2-ultisnips
|
ncm2/ncm2-ultisnips
|
||||||
|
Loading…
Reference in New Issue
Block a user