l 2 vim: add flake8 for python style checking

This commit is contained in:
lassulus 2017-01-10 14:53:48 +01:00
parent ab07f1082e
commit 79cfd8b26f

View file

@ -5,6 +5,7 @@ let
out = {
environment.systemPackages = [
vim
pkgs.pythonPackages.flake8
];
environment.etc.vimrc.source = vimrc;