mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
andviro/flake8-vim: init at 2017-02-17
This commit is contained in:
parent
c7a152e5d0
commit
6e6a3c9ba5
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user