vimPlugins.ncm2-neoinclude: init at 2020-01-09
This commit is contained in:
parent
b667ccff8e
commit
0e24f744e4
@ -2314,6 +2314,18 @@ let
|
||||
meta.homepage = "https://github.com/ncm2/ncm2-markdown-subscope/";
|
||||
};
|
||||
|
||||
ncm2-neoinclude = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-neoinclude";
|
||||
version = "2020-01-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ncm2";
|
||||
repo = "ncm2-neoinclude";
|
||||
rev = "068ea09b8afa3f8bc97d34d2e96ee824e57816f7";
|
||||
sha256 = "1s3l83g5j57xjszajdm3l98g4jkcqkxa3i249ms18000s2wmfrlj";
|
||||
};
|
||||
meta.homepage = "https://github.com/ncm2/ncm2-neoinclude/";
|
||||
};
|
||||
|
||||
ncm2-path = buildVimPluginFrom2Nix {
|
||||
pname = "ncm2-path";
|
||||
version = "2019-02-20";
|
||||
|
@ -323,6 +323,7 @@ ncm2/ncm2-github
|
||||
ncm2/ncm2-html-subscope
|
||||
ncm2/ncm2-jedi
|
||||
ncm2/ncm2-markdown-subscope
|
||||
ncm2/ncm2-neoinclude
|
||||
ncm2/ncm2-path
|
||||
ncm2/ncm2-tmux
|
||||
ncm2/ncm2-ultisnips
|
||||
|
Loading…
Reference in New Issue
Block a user