This plugin adds editorconfig support to Vim.
The plugin is developed and tested for Vim 8.1, but should run on 8.0.1630 and higher.
Also successfully tested with Neovim v0.4.0-609-gaa82f8b.
The plugin is distributed as package and should be cloned below pack/{somename}/opt
in your runtime path (e.g. ~/.vim/pack/github/opt/vimscript-editorconfig
). Then
it can be activated in your .vimrc using the command:
:packadd! vimscript-editorconfig
If you clone it into pack/{somename}/start
(e.g.
~/.vim/pack/github/start/vimscript-editorconfig
) it will be loaded automatically.
After installing read :help editorconfig
!
The documentation is available in doc/editorconfig.txt
or from inside Vim with :help editorconfig
.
The Vim license (see :help license
inside Vim) applies to this Vim plugin.
NO WARRANTY, EXPRESS OR IMPLIED. USE AT-YOUR-OWN-RISK