1 2 3 4
let g:neomake_python_enabled_makers = [] let g:neoformat_enabled_python = ["yapf"] let g:neoformat_python_maker_yapf_args = ["--style=pep8"]