mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Merge pull request #102016 from humancalico/srcery-vim-init
vimPlugins.srcery-vim: init at 2020-10-26
This commit is contained in:
commit
96a87abc30
@ -3564,6 +3564,18 @@ let
|
|||||||
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
|
meta.homepage = "https://github.com/AndrewRadev/splitjoin.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
srcery-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "srcery-vim";
|
||||||
|
version = "2020-10-26";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "srcery-colors";
|
||||||
|
repo = "srcery-vim";
|
||||||
|
rev = "ecbd5ba9055ad6b78dc47ef4f0894a7da63215f7";
|
||||||
|
sha256 = "1ynyllw0fg4gfb5qcmwfjsqg5dr3dwfc5hya261zzd8a42qab1y4";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/srcery-colors/srcery-vim/";
|
||||||
|
};
|
||||||
|
|
||||||
starsearch-vim = buildVimPluginFrom2Nix {
|
starsearch-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "starsearch-vim";
|
pname = "starsearch-vim";
|
||||||
version = "2014-09-21";
|
version = "2014-09-21";
|
||||||
|
@ -507,6 +507,7 @@ sodapopcan/vim-twiggy
|
|||||||
solarnz/arcanist.vim
|
solarnz/arcanist.vim
|
||||||
sonph/onehalf
|
sonph/onehalf
|
||||||
steelsojka/completion-buffers
|
steelsojka/completion-buffers
|
||||||
|
srcery-colors/srcery-vim
|
||||||
stefandtw/quickfix-reflector.vim
|
stefandtw/quickfix-reflector.vim
|
||||||
stephpy/vim-yaml
|
stephpy/vim-yaml
|
||||||
sunaku/vim-dasht
|
sunaku/vim-dasht
|
||||||
|
Loading…
Reference in New Issue
Block a user