Remove old pylint declaration from vimrc
This commit is contained in:
parent
6d33fcf73f
commit
1728cc34a7
1 changed files with 1 additions and 5 deletions
6
.vimrc
6
.vimrc
|
@ -33,11 +33,7 @@ Plugin 'rodjek/vim-puppet'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
" Force the right pylint for ALE
|
" Formatters for ale to reformat documents into a unified structure
|
||||||
" 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"
|
|
||||||
|
|
||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
\'*': ['remove_trailing_lines', 'trim_whitespace'],
|
||||||
\'elixir': ['mix_format']
|
\'elixir': ['mix_format']
|
||||||
|
|
Loading…
Add table
Reference in a new issue