mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
vim-plugins/mayansmoke: init
This commit is contained in:
parent
6b4c532632
commit
140ddbd1c5
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user