mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
vimPlugins.srcery-vim: init at 2020-10-26
This commit is contained in:
parent
215337d484
commit
6d5fe31bfb
@ -3515,6 +3515,18 @@ let
|
||||
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 {
|
||||
pname = "starsearch-vim";
|
||||
version = "2014-09-21";
|
||||
|
@ -500,6 +500,7 @@ sodapopcan/vim-twiggy
|
||||
solarnz/arcanist.vim
|
||||
sonph/onehalf
|
||||
steelsojka/completion-buffers
|
||||
srcery-colors/srcery-vim
|
||||
stefandtw/quickfix-reflector.vim
|
||||
stephpy/vim-yaml
|
||||
sunaku/vim-dasht
|
||||
|
Loading…
Reference in New Issue
Block a user