aboutsummaryrefslogtreecommitdiff
path: root/editors/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2019-03-18 13:23:02 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2019-03-18 13:23:02 +0000
commit0da37532665a482d02384052a6bdd68e615166df (patch)
tree7831885e35a79220cceabe942f26c4a29776c5e6 /editors/Makefile
parentf74919701e0f22c8d1b7171d0e48fc280e343e42 (diff)
downloadports-0da37532665a482d02384052a6bdd68e615166df.tar.gz
ports-0da37532665a482d02384052a6bdd68e615166df.zip
New port: editors/py-pynvim: Python client and plugin host for Neovim
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. WWW: https://pynvim.readthedocs.io/en/latest/ Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19597
Notes
Notes: svn path=/head/; revision=496144
Diffstat (limited to 'editors/Makefile')
-rw-r--r--editors/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 681ce8c2d8ca..27aeebec4aac 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -214,6 +214,7 @@
SUBDIR += psgml
SUBDIR += puff
SUBDIR += py-editorconfig
+ SUBDIR += py-pynvim
SUBDIR += py-room
SUBDIR += rox-edit
SUBDIR += rubygem-neovim