File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1718To install this plugin, you can use one of the following ways:
1819
You can’t perform that action at this time.
0 commit comments