Skip to content

Commit 93b4e77

Browse files
authored
Add "Bundled versions" section to the readme (#236)
Based on my research in <#234 (comment)>.
1 parent 0956bc2 commit 93b4e77

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
This is an [EditorConfig][] plugin for Vim. This plugin can be found on both
77
[GitHub][] and [Vim online][].
88

9+
## Bundled versions
10+
11+
Depending on which version of Vim or Neovim you are using, you might not need to
12+
install this plugin at all:
13+
14+
* Vim 9.0.1799 and above comes bundled with [a version of this plugin][].
15+
* Neovim 0.9 and above comes with [its own Lua-based implementation][].
16+
17+
Both support the usual [properties][], including `max_line_length`.
18+
919
## Installation
1020

1121
To install this plugin, you can use one of the following ways:
@@ -138,6 +148,8 @@ Feel free to submit bugs, feature requests, and other issues to the
138148
[PreserveNoEOL]: http://www.vim.org/scripts/script.php?script_id=4550
139149
[Tim Pope's fugitive]: https://github.com/tpope/vim-fugitive
140150
[Vim online]: http://www.vim.org/scripts/script.php?script_id=3934
151+
[a version of this plugin]: https://github.com/vim/vim/pull/12902
152+
[its own Lua-based implementation]: https://github.com/neovim/neovim/commit/ab9a2c49253413dbbb31756a3eeddb354a663035
141153
[Vundle]: https://github.com/gmarik/Vundle.vim
142154
[archive]: https://github.com/editorconfig/editorconfig-vim/archive/master.zip
143155
[contribution guidelines]: https://github.com/editorconfig/editorconfig/blob/master/CONTRIBUTING.md#submitting-an-issue

0 commit comments

Comments
 (0)