From 772d02d82c24876d0f6dae866feb69103251cbc7 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 21 Jul 2020 13:45:18 +0100 Subject: [PATCH] Use pydocstring to generate docstrings --- states/vim/files/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/states/vim/files/vimrc b/states/vim/files/vimrc index c4f435a..b5c394c 100644 --- a/states/vim/files/vimrc +++ b/states/vim/files/vimrc @@ -39,6 +39,7 @@ Plugin 'aklt/plantuml-syntax' Plugin 'vim-python/python-syntax' Plugin 'luochen1990/rainbow' Plugin 'majutsushi/tagbar' +Plugin 'heavenshell/vim-pydocstring' " All of your Plugins must be added before the following line call vundle#end() " required @@ -158,3 +159,6 @@ let g:rainbow_active = 1 " Activate tagbar with F8 nmap :TagbarToggle + +" Set path to doq +let g:pydocstring_doq_path= "/home/max/.local/bin/doq" -- 2.45.2