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