braceless.vim
braceless.vim copied to clipboard
No auto-indent for coroutines
Indent level never seems to be correct inside the body of py35+ coroutines:
async def my_coro():||<ENTER>
||
This hold true for any line inside the function body.
Seems like pull #48 would resolve this
@arxra :tada: