pixelneo/vim-python-docstring

Support async functions

Closed this issue · 0 comments

Plugin does not work for functions starting with async.
e.g.

async def foo(a, b):
    pass