Remove old pylint declaration from vimrc

This commit is contained in:
Trysdyn Black 2022-10-25 06:34:42 -07:00
parent 6d33fcf73f
commit 1728cc34a7

6
.vimrc
View file

@ -33,11 +33,7 @@ Plugin 'rodjek/vim-puppet'
call vundle#end()
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_python_pylint_executable = "pylint3"
" Formatters for ale to reformat documents into a unified structure
let g:ale_fixers = {
\'*': ['remove_trailing_lines', 'trim_whitespace'],
\'elixir': ['mix_format']