diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-31 00:06:06 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:30 +0700 |
commit | ca1cabe53812a9c0fbae6bec627e2c6d7596d87a (patch) | |
tree | dfc003596f6477c5db779983772f0287cfb937d6 /python/python-neovim/README | |
parent | be2c17fab14ac8e8e9cf7f7b14b3447c0bac5c80 (diff) | |
download | slackbuilds-ca1cabe53812a9c0fbae6bec627e2c6d7596d87a.tar.gz |
python/python-neovim: Added (Python client for Neovim).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000..a1ce6595f3 --- /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. |