summaryrefslogtreecommitdiffstats
path: root/python/python-neovim/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-01-31 01:06:06 +0100
committer Willy Sudiarto Raharjo2017-02-04 00:59:30 +0100
commitca1cabe53812a9c0fbae6bec627e2c6d7596d87a (patch)
treedfc003596f6477c5db779983772f0287cfb937d6 /python/python-neovim/README
parentbe2c17fab14ac8e8e9cf7f7b14b3447c0bac5c80 (diff)
downloadslackbuilds-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/README3
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.