diff options
Diffstat (limited to 'python/python-neovim/README')
-rw-r--r-- | python/python-neovim/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-neovim/README b/python/python-neovim/README new file mode 100644 index 000000000000..a1ce6595f34b --- /dev/null +++ b/python/python-neovim/README @@ -0,0 +1,3 @@ +python-neovim is a Python client for Neovim. It implements support for Python +plugins and also works as a library for connecting to and scripting Neovim +processes through its msgpack-rpc API. |