vimPlugins.ncm2-tagprefix: init at 2018-11-08

wip/yesman
Darwin Corn 4 years ago
parent 466872eccf
commit fbd0c09edd
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -2362,6 +2362,18 @@ let
meta.homepage = "https://github.com/ncm2/ncm2-syntax/";
};
ncm2-tagprefix = buildVimPluginFrom2Nix {
pname = "ncm2-tagprefix";
version = "2018-11-08";
src = fetchFromGitHub {
owner = "ncm2";
repo = "ncm2-tagprefix";
rev = "6bff80cbd3edb02a0c91a26820606d0dcbfeb3bd";
sha256 = "0a3dgvs3jflhh5015jw7iahlblvnlq7vllh9avwh9pggd7zwc42k";
};
meta.homepage = "https://github.com/ncm2/ncm2-tagprefix/";
};
ncm2-tmux = buildVimPluginFrom2Nix {
pname = "ncm2-tmux";
version = "2019-01-11";

@ -327,6 +327,7 @@ ncm2/ncm2-neoinclude
ncm2/ncm2-neosnippet
ncm2/ncm2-path
ncm2/ncm2-syntax
ncm2/ncm2-tagprefix
ncm2/ncm2-tmux
ncm2/ncm2-ultisnips
ndmitchell/ghcid

Loading…
Cancel
Save