diff options
author | Frank Seifferth <frankseifferth@posteo.net> | 2021-05-11 21:13:52 +0200 |
---|---|---|
committer | Frank Seifferth <frankseifferth@posteo.net> | 2021-05-11 21:18:36 +0200 |
commit | f217b81692932f5d7fd3b037df49d47f79084f08 (patch) | |
tree | a8f327ec008d980539a50cd8867f94f0ebd6b1b0 | |
parent | 15bf8fb8f9ba4d7b8d58afc30c4da91d8f80e462 (diff) | |
download | vis-editorconfig-f217b81692932f5d7fd3b037df49d47f79084f08.tar.gz |
Adjust original README.md a little for consistency
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,13 +7,14 @@ 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` +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`. +Then add `require('editorconfig/edconf')` to your `visrc.lua`. ## Functionality |