vimPlugins.ncm2-syntax: init at 2018-12-11
This commit is contained in:
parent
82b1b1936a
commit
466872eccf
@ -2350,6 +2350,18 @@ let
|
|||||||
meta.homepage = "https://github.com/ncm2/ncm2-path/";
|
meta.homepage = "https://github.com/ncm2/ncm2-path/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ncm2-syntax = buildVimPluginFrom2Nix {
|
||||||
|
pname = "ncm2-syntax";
|
||||||
|
version = "2018-12-11";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "ncm2";
|
||||||
|
repo = "ncm2-syntax";
|
||||||
|
rev = "7cd3857001a219be4bc7593b7378034b462415e4";
|
||||||
|
sha256 = "0l36qvsclhg8vr1ix1kpdl0kh739gp6b7s03f18vf9f0aj0im6w2";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/ncm2/ncm2-syntax/";
|
||||||
|
};
|
||||||
|
|
||||||
ncm2-tmux = buildVimPluginFrom2Nix {
|
ncm2-tmux = buildVimPluginFrom2Nix {
|
||||||
pname = "ncm2-tmux";
|
pname = "ncm2-tmux";
|
||||||
version = "2019-01-11";
|
version = "2019-01-11";
|
||||||
|
@ -326,6 +326,7 @@ ncm2/ncm2-markdown-subscope
|
|||||||
ncm2/ncm2-neoinclude
|
ncm2/ncm2-neoinclude
|
||||||
ncm2/ncm2-neosnippet
|
ncm2/ncm2-neosnippet
|
||||||
ncm2/ncm2-path
|
ncm2/ncm2-path
|
||||||
|
ncm2/ncm2-syntax
|
||||||
ncm2/ncm2-tmux
|
ncm2/ncm2-tmux
|
||||||
ncm2/ncm2-ultisnips
|
ncm2/ncm2-ultisnips
|
||||||
ndmitchell/ghcid
|
ndmitchell/ghcid
|
||||||
|
Loading…
Reference in New Issue
Block a user