mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vimPlugins: add random-vim
This commit is contained in:
parent
98e7674e88
commit
070133bfb8
@ -866,6 +866,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
random-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "random-vim-2010-10-17";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/vim-scripts/random.vim";
|
||||
rev = "b2d85eb24a38074eab37a5acf2a295e1f2ad8989";
|
||||
sha256 = "571f4ed0a2d8c66d1c15029fb812a84b55228d07cd2e4bbbc73a33493013fed3";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
rust = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "rust-2015-01-29";
|
||||
src = fetchgit {
|
||||
|
@ -56,6 +56,7 @@
|
||||
"github:vim-scripts/Colour-Sampler-Pack"
|
||||
"github:vim-scripts/a.vim"
|
||||
"github:vim-scripts/align"
|
||||
"github:vim-scripts/random.vim"
|
||||
"github:vim-scripts/tabmerge"
|
||||
"github:vim-scripts/wombat256.vim"
|
||||
"github:wakatime/vim-wakatime"
|
||||
|
Loading…
Reference in New Issue
Block a user