vim-plugins: add ale
This commit is contained in:
parent
0f536deb74
commit
f35140fafc
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user