Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.41 KB

Build Status Build status

VimScript-EditorConfig

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.

Installation

Vim Pack

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!

Documentation

The documentation is available in doc/editorconfig.txt or from inside Vim with :help editorconfig.

License & Copyright

The Vim license (see :help license inside Vim) applies to this Vim plugin.

NO WARRANTY, EXPRESS OR IMPLIED. USE AT-YOUR-OWN-RISK