From 0a3a838d55438e9448a59ce427b701f1dff6779e Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 6 May 2020 18:04:11 -0700 Subject: [PATCH] Fix pylint executable call --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 863aa04..d3494d0 100644 --- a/.vimrc +++ b/.vimrc @@ -23,7 +23,7 @@ filetype plugin indent on " Force the right pylint for ALE " Creating a pylint3 => pylint symlink is necessary until my work laptop gets " a distro that defaults stock pylint to Python 3 -let g:ale_pylint_executable = "pylint3" +let g:ale_python_pylint_executable = "pylint3" " Visual themeing set termguicolors "Enable 256 colors