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

rakus/vimscript-editorconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published