From 1728cc34a741ae25018fcbb783b49f53d70d1e5b Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 25 Oct 2022 06:34:42 -0700 Subject: [PATCH] Remove old pylint declaration from vimrc --- .vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index e750d6e..a0d81e6 100644 --- a/.vimrc +++ b/.vimrc @@ -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']