aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: bc491401f15693794a22871ce377f84c9745cbae (plain) (tree)
1
2
3
4
5
6
7
8
9








                                           

                                                                                                                                    



                                                                                    
                                                             
# 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/edconf"` to your `visrc.lua`.