vim-plugins/mayansmoke: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:53:32 +01:00
parent 6b4c532632
commit 140ddbd1c5
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -109,6 +109,7 @@ rec {
yankring = YankRing;
vim-grepper = vim-grepper-git;
peskcolor = peskcolor-vim-git;
mayansmoke = mayansmoke-git;
# do not auto-update this one, as the name clashes with vim-snippets
vim-docbk-snippets = buildVimPluginFrom2Nix {
@ -2037,6 +2038,17 @@ rec {
};
mayansmoke-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "mayansmoke-git-2010-10-17";
src = fetchgit {
url = "https://github.com/vim-scripts/mayansmoke.git";
rev = "168883af7aec05f139af251f47eadd5dfb802c9d";
sha256 = "1xxcky7i6sx7f1q8xka4gd2xg78w6sqjvqrdwgrdzv93fhf82rpd";
};
dependencies = [];
};
random-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "random-vim-2010-10-17";
src = fetchgit {

View File

@ -243,4 +243,5 @@
"github:cespare/vim-toml"
"github:mhinz/vim-grepper.git"
"github:andsild/peskcolor.vim.git"
"github:vim-scripts/mayansmoke.git"
"github:bazelbuild/vim-bazel"