From cb7a29536c01e4642aa5b74ed9ae18cf5085cca5 Mon Sep 17 00:00:00 2001 From: Frank Seifferth Date: Sat, 12 Feb 2022 15:41:28 +0100 Subject: Update repo url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4c106..8fbbbc4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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" +git clone https://github.com/seifferth/vis-editorconfig "$HOME/.config/vis/editorconfig" ``` Then add `require('editorconfig/edconf')` to your `visrc.lua`. -- cgit