diff options
author | John Ankarström <john@ankarstrom.se> | 2018-10-12 20:49:04 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2018-10-12 20:49:04 +0200 |
commit | 8f40dd3f013bce7d7ca5ecaca1a3c97ef077e044 (patch) | |
tree | 7949be054c8567029568a82fac369f79565510e7 /README.md | |
parent | a614a8c30b74dbf82aa1e20cd5042f6df3f17e47 (diff) | |
download | vis-filetype-settings-8f40dd3f013bce7d7ca5ecaca1a3c97ef077e044.tar.gz |
README: fixed typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,11 +30,11 @@ 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`: +As a suggestion, copy `vis-filetype-settings.lua` into +`~/.config/vis/plugins/` and add the following to your `visrc.lua`: ```lua -require('plugins/vis-autocmd.lua') +require("plugins/vis-filetype-settings") settings = { filetype = settings |