l 2 vim: add flake8 for python style checking
This commit is contained in:
parent
ab07f1082e
commit
79cfd8b26f
|
@ -5,6 +5,7 @@ let
|
|||
out = {
|
||||
environment.systemPackages = [
|
||||
vim
|
||||
pkgs.pythonPackages.flake8
|
||||
];
|
||||
|
||||
environment.etc.vimrc.source = vimrc;
|
||||
|
|
Loading…
Reference in a new issue