aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f44909..c6f4123 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ It expects a global variable called `settings` to be defined:
```lua
settings = {
- markdown = {'set expandtab on', 'set tabwidth 4'}
+ markdown = {"set expandtab on", "set tabwidth 4"}
}
```
@@ -34,7 +34,7 @@ As a suggestion, copy `vis-filetype-settings.lua` into
`~/.config/vis/plugins/` and add the following to your `visrc.lua`:
```lua
-require('plugins/vis-filetype-settings')
+require("plugins/vis-filetype-settings")
settings = {
filetype = settings