We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e192f03 commit 9c934f3Copy full SHA for 9c934f3
README.md
@@ -83,9 +83,11 @@ below.
83
84
#### Remote (new-style) plugins
85
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:
+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.
89
+Further added library features will only be available on python3. Rplugins follow
90
+the structure of this example:
91
92
```python
93
import neovim
0 commit comments