From 9a574c35d30a974c492d07a558fbe0cb91395282 Mon Sep 17 00:00:00 2001 From: Samadi van Koten Date: Tue, 6 Feb 2018 12:51:50 +0000 Subject: Create an editorconfig plugin for vis --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..80741ef --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# vis-editorconfig + +A [vis][vis] plugin for [editorconfig][ec]. + +[vis]: https://github.com/martanne/vis +[ec]: http://editorconfig.org/ + +## Installation + +```shell +git clone https://github.com/vktec/vis-editorconfig "$HOME/.config/vis/editorconfig" +``` + +Then add `require "editorconfig/editorconfig"` to your `visrc.lua`. -- cgit