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