From 9b8005439ac351ded8f6286aefa2378d25d7add5 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:09:32 +0100 Subject: vim: update after/ftplugin/* --- .vim/after/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/after/ftplugin/python.vim') diff --git a/.vim/after/ftplugin/python.vim b/.vim/after/ftplugin/python.vim index 667d22e..abdaca6 100644 --- a/.vim/after/ftplugin/python.vim +++ b/.vim/after/ftplugin/python.vim @@ -1,3 +1,4 @@ let g:neomake_python_enabled_makers = [] let g:neoformat_enabled_python = ["yapf"] +let g:neoformat_python_maker_yapf_args = ["--style=pep8"] -- cgit 1.4.1