aboutsummaryrefslogtreecommitdiff
path: root/python/python2-neovim/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2023-05-05 20:49:18 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-06 08:28:28 +0700
commitcee0ae80b77f2d9846c023da02b85b1a3b6afbef (patch)
tree8548e77ac176eea14bf58750aeb3ed8962e460d9 /python/python2-neovim/README
parentebf6b6e1c5bc703f76d0601673d3af5d8530cf41 (diff)
python/python2-neovim: Added (Python client for Neovim)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-neovim/README')
-rw-r--r--python/python2-neovim/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-neovim/README b/python/python2-neovim/README
new file mode 100644
index 0000000000..821d042347
--- /dev/null
+++ b/python/python2-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.