From 1f7326b0ff12bcd01a10d73f5406ee07060c12be Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 3 Dec 2015 15:18:35 +0100 Subject: programs/vim: Fix execution of flake8 command. Got a bit annoying over time to constantly get command-not-found errors, so it's time to fix it. Signed-off-by: aszlig --- modules/user/aszlig/programs/vim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/user/aszlig/programs/vim/default.nix b/modules/user/aszlig/programs/vim/default.nix index 231e00ea..de18693b 100644 --- a/modules/user/aszlig/programs/vim/default.nix +++ b/modules/user/aszlig/programs/vim/default.nix @@ -270,6 +270,7 @@ let let python_highlight_numbers = 1 let python_highlight_builtins = 1 let python_highlight_exceptions = 1 + let g:flake8_cmd = '${pkgs.pythonPackages.flake8}/bin/flake8' " all plugins set runtimepath^=${plugins} -- cgit 1.4.1