mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
vimPlugins.ncm2-markdown-subscope: init at 2020-03-09
This commit is contained in:
parent
03d2363641
commit
b667ccff8e
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue