"Enable ale linters" let g:ale_linters = { \ 'cpp' : ['gcc'], \ 'c' : ['gcc'], \ 'vim' : ['vint'], \ 'python': ['flake8', 'pyls'], \ 'javascript': ['eslint'] \} "TODO add fixers"