Skip to content

Commit

Permalink
Update README about deprecated python2 rplugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Mar 1, 2018
1 parent e192f03 commit 9c934f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c934f3

Please sign in to comment.