Merge pull request #29233 from vanschelven/flake8-vim

andviro/flake8-vim: init at 2017-02-17
This commit is contained in:
Jörg Thalheim 2017-09-11 14:26:52 +01:00 committed by GitHub
commit 872e67483e
2 changed files with 12 additions and 0 deletions

View file

@ -473,6 +473,17 @@ rec {
};
flake8-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "flake8-vim-2017-02-17";
src = fetchgit {
url = "https://github.com/andviro/flake8-vim";
rev = "01c4af4c68f33b2b3785314bfbf5b3d8d1451795";
sha256 = "14rv0p1vx4njlplkc72gz7r8sy9vc6n8x9l00zc777x5zzrhgz3g";
};
dependencies = [];
};
vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-css-color-2017-02-09";
src = fetchgit {

View file

@ -29,6 +29,7 @@
"github:ajh17/Spacegray.vim"
"github:albfan/nerdtree-git-plugin"
"github:alvan/vim-closetag"
"github:andviro/flake8-vim"
"github:ap/vim-css-color"
"github:bbchung/clighter8"
"github:benekastah/neomake"