aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSamadi van Koten <samadi@vktec.co.uk>2018-02-06 12:51:50 +0000
committerSamadi van Koten <samadi@vktec.co.uk>2018-02-06 12:51:50 +0000
commit9a574c35d30a974c492d07a558fbe0cb91395282 (patch)
tree6648611660ed3735bc13dc902fda34947876330b /README.md
downloadvis-editorconfig-9a574c35d30a974c492d07a558fbe0cb91395282.tar.gz
Create an editorconfig plugin for vis
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
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`.