From 9c934f3f6a8b625f695a1fcd5a527a13d7f4cdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Linse?= Date: Thu, 1 Mar 2018 18:57:32 +0100 Subject: [PATCH] Update README about deprecated python2 rplugins --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f037bf6c..2e69b5d2 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,11 @@ below. #### Remote (new-style) plugins -Neovim allows python plugins to be defined by placing python files or packages -in `rplugin/python3/` (in a runtimepath folder). These follow the structure of -this example: +Neovim allows python3 plugins to be defined by placing python files or packages +in `rplugin/python3/` (in a runtimepath folder). Python2 rplugins are also +supported and placed in `rplugin/python/`, but are considered deprecated. +Further added library features will only be available on python3. Rplugins follow +the structure of this example: ```python import neovim