blob: e2308d38a9042d676384c3add69c95285e5d2bef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# vis-editorconfig
A [vis][vis] plugin for [editorconfig][ec].
[vis]: https://github.com/martanne/vis
[ec]: http://editorconfig.org/
## Installation
You'll need the Lua wrapper for editorconfig-core installed. This can be done through luarocks: `luarocks install editorconfig-core`
```shell
git clone https://github.com/vktec/vis-editorconfig "$HOME/.config/vis/editorconfig"
```
Then add `require "editorconfig/editorconfig"` to your `visrc.lua`.
|