mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
vimPlugins.alchemist-vim: init at rev c22d4883b7
This commit is contained in:
parent
15bc80f3b9
commit
9fa9339a13
|
@ -281,6 +281,17 @@ rec {
|
|||
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
|
||||
name = "commentary-2016-03-10";
|
||||
src = fetchgit {
|
||||
|
|
|
@ -97,6 +97,7 @@
|
|||
"github:shougo/vimproc.vim"
|
||||
"github:shougo/vimshell.vim"
|
||||
"github:sjl/gundo.vim"
|
||||
"github:slashmili/alchemist.vim"
|
||||
"github:takac/vim-hardtime"
|
||||
"github:terryma/vim-expand-region"
|
||||
"github:tex/vimpreviewpandoc"
|
||||
|
|
Loading…
Reference in a new issue