forked from mirrors/nixpkgs
vimPlugins.ncm2-neosnippet: init at 2019-01-26
This commit is contained in:
parent
0e24f744e4
commit
82b1b1936a
|
@ -2326,6 +2326,18 @@ let
|
|||
meta.homepage = "https://github.com/ncm2/ncm2-neoinclude/";
|
||||
};
|
||||
|
||||
ncm2-neosnippet = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-neosnippet";
|
||||
version = "2019-01-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ncm2";
|
||||
repo = "ncm2-neosnippet";
|
||||
rev = "650552528a2297179b8bb3afc1d9bb44ea97911b";
|
||||
sha256 = "14ammx1qa72m6mafd64mc9qw3sgnmjqgq5vvcylqzqwy26wwla1b";
|
||||
};
|
||||
meta.homepage = "https://github.com/ncm2/ncm2-neosnippet/";
|
||||
};
|
||||
|
||||
ncm2-path = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-path";
|
||||
version = "2019-02-20";
|
||||
|
|
|
@ -324,6 +324,7 @@ ncm2/ncm2-html-subscope
|
|||
ncm2/ncm2-jedi
|
||||
ncm2/ncm2-markdown-subscope
|
||||
ncm2/ncm2-neoinclude
|
||||
ncm2/ncm2-neosnippet
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-tmux
|
||||
ncm2/ncm2-ultisnips
|
||||
|
|
Loading…
Reference in a new issue