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

wip/yesman
Darwin Corn 4 years ago
parent 03d2363641
commit b667ccff8e
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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…
Cancel
Save