Fix pylint executable call
This commit is contained in:
parent
82237a69f2
commit
0a3a838d55
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -23,7 +23,7 @@ filetype plugin indent on
|
||||||
" Force the right pylint for ALE
|
" Force the right pylint for ALE
|
||||||
" Creating a pylint3 => pylint symlink is necessary until my work laptop gets
|
" Creating a pylint3 => pylint symlink is necessary until my work laptop gets
|
||||||
" a distro that defaults stock pylint to Python 3
|
" a distro that defaults stock pylint to Python 3
|
||||||
let g:ale_pylint_executable = "pylint3"
|
let g:ale_python_pylint_executable = "pylint3"
|
||||||
|
|
||||||
" Visual themeing
|
" Visual themeing
|
||||||
set termguicolors "Enable 256 colors
|
set termguicolors "Enable 256 colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue