diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 +} +``` |