14 lines
403 B
Markdown
14 lines
403 B
Markdown
|
# python-neovim
|
||
|
|
||
|
URL: [pynvim](https://github.com/neovim/pynvim)
|
||
|
|
||
|
----
|
||
|
|
||
|
Pynvim implements support for python plugins in Nvim. It also works as a library for connecting to and scripting Nvim processes through its msgpack-rpc API.
|
||
|
|
||
|
NOTE [20240207]: Not sure why editors devel package is forcing all python versions
|
||
|
on user(s) via:
|
||
|
|
||
|
Requires: %{python_module greenlet}
|
||
|
Requires: %{python_module msgpack}
|