From 48924e9199faea49eaa1da5176a0982b11114146 Mon Sep 17 00:00:00 2001 From: John Ankarström Date: Fri, 12 Oct 2018 20:25:50 +0200 Subject: README: added installation instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a191bb7..f631c8d 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,16 @@ settings = { Be sure not to run commands that open another window with the same filetype, leading to an infinite loop. + +### Installation + +As a suggestion, copy `vis-autocmd.lua` into `~/.config/vis/plugins/` +and add the following to your `visrc.lua`: + +```lua +require('plugins/vis-autocmd.lua') + +settings = { + filetype = settings +} +``` -- cgit