vimPlugins.lightline-ale: init at 2018-06-12

This commit is contained in:
Paul Reimer 2019-07-01 17:14:21 -07:00
parent caf2ab9a01
commit 00b8139ca0
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
2 changed files with 12 additions and 0 deletions

View File

@ -1035,6 +1035,17 @@ let
};
};
lightline-ale = buildVimPluginFrom2Nix {
pname = "lightline-ale";
version = "2018-06-12";
src = fetchFromGitHub {
owner = "maximbaz";
repo = "lightline-ale";
rev = "dd59077f9537b344f7ae80f713c1e4856ec1520c";
sha256 = "1f9v6nsksy36s5i27nfx6vmyfyjk27p2w2g6x25cw56b0r3sgxmx";
};
};
lightline-vim = buildVimPluginFrom2Nix {
pname = "lightline-vim";
version = "2019-06-12";

View File

@ -198,6 +198,7 @@ martinda/Jenkinsfile-vim-syntax
mattn/emmet-vim
mattn/gist-vim
mattn/webapi-vim
maximbaz/lightline-ale
mbbill/undotree
megaannum/forms
megaannum/self