vim-plugins: add ale

This commit is contained in:
Daiderd Jordan 2017-07-23 21:32:15 +02:00
parent 0f536deb74
commit f35140fafc
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 12 additions and 0 deletions

View file

@ -1789,6 +1789,17 @@ rec {
};
ale = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "ale-2017-07-23";
src = fetchgit {
url = "https://github.com/w0rp/ale";
rev = "a0059cfe0362e8ba55bad1f4fa8a310c74b55280";
sha256 = "0hjli8ww0i4yxa7gxiyvy9xgc9s8krr7vhdh8036nwwnrzrmcc5h";
};
dependencies = [];
};
vim-wakatime = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-wakatime-2017-07-03";
src = fetchgit {

View file

@ -145,6 +145,7 @@
"github:vim-scripts/random.vim"
"github:vim-scripts/tabmerge"
"github:vim-scripts/wombat256.vim"
"github:w0rp/ale"
"github:wakatime/vim-wakatime"
"github:wincent/command-t"
"github:xolox/vim-easytags"