diff --git a/.vimrc b/.vimrc index e24bc3e..863aa04 100644 --- a/.vimrc +++ b/.vimrc @@ -20,6 +20,11 @@ Plugin 'noahfrederick/vim-hemisu' 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_pylint_executable = "pylint3" + " Visual themeing set termguicolors "Enable 256 colors set scrolloff=5 "Always display 5 lines below cursor when scrolling