Skip to content

Commit 402bf0b

Browse files
committed
Update README to state that Python 3 is also supported.
1 parent 0abb063 commit 402bf0b

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ This is an [EditorConfig][] plugin for Vim. This plugin could be found on both
77

88
## Installation
99

10-
If your Vim is not compiled with `+python` feature (You can verify if the
11-
`+python` feature is included by running `:ver`. Most Linux distributions and
12-
with the official Windows binary have the `+python` feature enabled), please
13-
first download the [EditorConfig core][] and follow the instructions in the
14-
README and INSTALL files to install it. This plugin would NOT work if neither
15-
`+python` nor EditorConfig core is available.
10+
If your Vim is not compiled with `+python` or `+python3` feature (You can verify
11+
if the `+python` or `+python3` feature is included by running `:ver`. Most Linux
12+
distributions and with the official Windows binary have the `+python` and
13+
`+python3` feature enabled), please first download the [EditorConfig core][] and
14+
follow the instructions in the README and INSTALL files to install it. This
15+
plugin would NOT work if neither `+python`/`+python3` nor EditorConfig core is
16+
available.
1617

1718
To install this plugin, you can use one of the following ways:
1819

0 commit comments

Comments
 (0)