andviro/flake8-vim: init at 2017-02-17

This commit is contained in:
Klaas van Schelven 2017-09-11 13:49:36 +02:00
parent c7a152e5d0
commit 6e6a3c9ba5
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"