aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2018-10-14 17:51:28 +0200
committerJohn Ankarström <john@ankarstrom.se>2018-10-14 17:52:37 +0200
commit68922d857f75e4a373e4e2273f0c921478609c50 (patch)
treedb28b21e5df86c4afe18ca09bda5d4ab412d82b2 /README.md
parentff83be22e1d883c9f20222f4bfdccac4b96a9138 (diff)
downloadvis-filetype-settings-68922d857f75e4a373e4e2273f0c921478609c50.tar.gz
changed quote style
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