Skip to content

Commit 9c934f3

Browse files
committed
Update README about deprecated python2 rplugins
1 parent e192f03 commit 9c934f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ below.
8383

8484
#### Remote (new-style) plugins
8585

86-
Neovim allows python plugins to be defined by placing python files or packages
87-
in `rplugin/python3/` (in a runtimepath folder). These follow the structure of
88-
this example:
86+
Neovim allows python3 plugins to be defined by placing python files or packages
87+
in `rplugin/python3/` (in a runtimepath folder). Python2 rplugins are also
88+
supported and placed in `rplugin/python/`, but are considered deprecated.
89+
Further added library features will only be available on python3. Rplugins follow
90+
the structure of this example:
8991

9092
```python
9193
import neovim

0 commit comments

Comments
 (0)