]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Use pydocstring to generate docstrings
authorMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 21 Jul 2020 12:45:18 +0000 (13:45 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 21 Jul 2020 12:45:18 +0000 (13:45 +0100)
states/vim/files/vimrc

index c4f435a25d01e794315c4d14a66f2218b6c44e95..b5c394ca973f0a88c8e03470962af3375ab7bf99 100644 (file)
@@ -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 <F8> :TagbarToggle<CR>
+
+" Set path to doq
+let g:pydocstring_doq_path= "/home/max/.local/bin/doq"