vimPlugins.alchemist-vim: init at rev c22d4883b7

This commit is contained in:
Antoine Racine 2017-02-01 23:13:28 -05:00
parent 15bc80f3b9
commit 9fa9339a13
2 changed files with 12 additions and 0 deletions

View file

@ -281,6 +281,17 @@ rec {
sourceRoot = "."; sourceRoot = ".";
}; };
alchemist-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "alchemist.vim-2017-01-02";
src = fetchgit {
url = "git://github.com/slashmili/alchemist.vim";
rev = "c22d4883b7e2bfed78b70b557d816bf0491d7dd4";
sha256 = "0iv91mfj3lxc41xb8sxhl9mby5dllzyvw8508igrj5lvyrd1ikkf";
};
dependencies = [];
};
commentary = buildVimPluginFrom2Nix { # created by nix#NixDerivation commentary = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "commentary-2016-03-10"; name = "commentary-2016-03-10";
src = fetchgit { src = fetchgit {

View file

@ -97,6 +97,7 @@
"github:shougo/vimproc.vim" "github:shougo/vimproc.vim"
"github:shougo/vimshell.vim" "github:shougo/vimshell.vim"
"github:sjl/gundo.vim" "github:sjl/gundo.vim"
"github:slashmili/alchemist.vim"
"github:takac/vim-hardtime" "github:takac/vim-hardtime"
"github:terryma/vim-expand-region" "github:terryma/vim-expand-region"
"github:tex/vimpreviewpandoc" "github:tex/vimpreviewpandoc"