1
0
mirror of https://github.com/amix/vimrc synced 2025-07-13 14:55:01 +08:00

Update the plugins

This commit is contained in:
Rob Loach
2024-09-19 00:58:15 -04:00
parent ee7e062909
commit 22cf44758f
197 changed files with 306893 additions and 203607 deletions

View File

@ -6,6 +6,15 @@
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
specifically install this plugin at all:
* Vim 9.0.1799 and above comes bundled with [a recent stable version of this
plugin][].
* Neovim 0.9 and above comes with [its own Lua-based implementation][].
## Installation
To install this plugin, you can use one of the following ways:
@ -138,6 +147,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 recent stable 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

View File

@ -1,6 +1,6 @@
" autoload/editorconfig_core/ini.vim: Config-file parser for
" editorconfig-core-vimscript and editorconfig-vim.
" Modifed from the Python core's ini.py.
" Modified from the Python core's ini.py.
" Copyright (c) 2012-2019 EditorConfig Team {{{2
" All rights reserved.