From fe2a5d7da07c68b0c5d3d9d1a7622a81b1d67017 Mon Sep 17 00:00:00 2001 From: Tim Weber Date: Sat, 13 Apr 2024 12:39:34 +0200 Subject: [PATCH] Add "Bundled versions" section to the readme Based on my research in . --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 961c9ae2..7f32301b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ This is an [EditorConfig][] plugin for Vim. This plugin can be found on both [GitHub][] and [Vim online][]. +## Bundled versions + +Depending on which version of Vim or Neovim you are using, you might not need to +install this plugin at all: + +* Vim 9.0.1799 and above comes bundled with [a version of this plugin][]. +* Neovim 0.9 and above comes with [its own Lua-based implementation][]. + +Both support the usual [properties][], including `max_line_length`. + ## Installation 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 [PreserveNoEOL]: http://www.vim.org/scripts/script.php?script_id=4550 [Tim Pope's fugitive]: https://github.com/tpope/vim-fugitive [Vim online]: http://www.vim.org/scripts/script.php?script_id=3934 +[a version of this plugin]: https://github.com/vim/vim/pull/12902 +[its own Lua-based implementation]: https://github.com/neovim/neovim/commit/ab9a2c49253413dbbb31756a3eeddb354a663035 [Vundle]: https://github.com/gmarik/Vundle.vim [archive]: https://github.com/editorconfig/editorconfig-vim/archive/master.zip [contribution guidelines]: https://github.com/editorconfig/editorconfig/blob/master/CONTRIBUTING.md#submitting-an-issue