From: Maximilian Friedersdorff Date: Tue, 21 Jul 2020 12:45:18 +0000 (+0100) Subject: Use pydocstring to generate docstrings X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=772d02d82c24876d0f6dae866feb69103251cbc7;p=max%2Fsaltfiles.git Use pydocstring to generate docstrings --- 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"