vimPlugins.ncm2-markdown-subscope: init at 2020-03-09

This commit is contained in:
Darwin Corn 2020-07-18 16:50:56 -07:00
parent 03d2363641
commit b667ccff8e
2 changed files with 13 additions and 0 deletions

View File

@ -2302,6 +2302,18 @@ let
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 {
pname = "ncm2-path";
version = "2019-02-20";

View File

@ -322,6 +322,7 @@ ncm2/ncm2-cssomni
ncm2/ncm2-github
ncm2/ncm2-html-subscope
ncm2/ncm2-jedi
ncm2/ncm2-markdown-subscope
ncm2/ncm2-path
ncm2/ncm2-tmux
ncm2/ncm2-ultisnips