Fix pylint executable call

This commit is contained in:
Trysdyn Black 2020-05-06 18:04:11 -07:00
parent 82237a69f2
commit 0a3a838d55

2
.vimrc
View file

@ -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