From c2de0c0c57ad9bc7bb371be5f59ceb5851622983 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 22 Jun 2021 09:00:34 +0100 Subject: [PATCH] Set docstring style to numpy, was google --- after/ftplugin/python.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 6b412c68..20a44ae9 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim @@ -4,3 +4,5 @@ setlocal textwidth=88 let b:ale_linters = ['flake8', 'mypy', 'jedils'] let b:ale_fixers = ['black'] + +let g:python_style = 'numpy'