aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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
+}
+```