对于保存时的linting和自动修复,请将以下行添加到.vimrc: let g:ale_lint_on_save = 1let g:ale_fix_on_save = 1 要考虑的替代插件包括neomake和syntastic