neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

Add nvim_input_mouse #477

Closed glacambre closed 3 years ago

glacambre commented 3 years ago

This function was missing from the API :)

bfredl commented 3 years ago

you can already do nvim.api.input_mouse() for any API function. New wrappers are only added if there is some more logic than just making the request.

glacambre commented 3 years ago

Oh, sorry, I had missed that. Thanks for the advice! :)