mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
Merge pull request #22362 from BinaryTiger/alchemist-vim
vimPlugins.alchemist-vim: init at rev c22d4883b7
This commit is contained in:
commit
ff84af0337
@ -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 {
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user