Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

cxw42/editorconfig-core-vimscript

Repository files navigation

EditorConfig VimScript Core v0.1

Appveyor Badge

The EditorConfig VimScript Core provides the same functionality as the EditorConfig C Core.

Usage

Note: This is just a core --- it does not integrate with your Vim workflow yet. That is coming soon!

  • From the command line: ./editorconfig [opts] <filename>
  • From Vim: clone or unzip into ~/.vim/bundle/editorconfig-core-vimscript and use Pathogen, or otherwise install using your favorite git repo tool.

The command line program requires a bash shell. However, it is only used to run tests. A bash shell is not required to use this core in Vim.

EditorConfig Project

EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. For information on the file format and supported text editors, see the EditorConfig website.

License

See LICENSE.BSD file for licensing details.