From eb5d173da12bac277e26c3f9908e69f4bb357539 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Mon, 15 Mar 2021 07:46:22 +0100 Subject: [PATCH] Use google style pydocs --- vim/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index f32b0e7..15b5c77 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -9,6 +9,7 @@ endif let g:ale_fixers['python'] = ['black'] let g:ale_fix_on_save = 1 let g:pymode_run_bind = '' +let g:pydocstring_formatter = 'google' " Make a f-string from normal string nmap F"ifA