Closed asymmetric closed 6 years ago
Please upgrade neovim python client to the latest version.
async_ keyword is unsupported?
@mpeaton
On older neovim client library, nvim.call
used to accept nvim.call(async=)
. The argument name async=
is renamed to async_=
since python3 has async
as keyword. This plugin follows latest pynvim, which means argument async_=
does not work with older pynvim.
When opening any file: