diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ A [vis][vis] plugin for [editorconfig][ec]. ## 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" ``` |