aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2020-12-11 00:02:00 +0100
committerGitHub <noreply@github.com>2020-12-11 00:02:00 +0100
commit5dab6c678cf7be41fdd8e1619a020bb46f22883e (patch)
tree89668101d2a57e9a28656b0d7f884c2d5a7644b8
parent3efec82999f08bd32e967e07103762a4840a8e48 (diff)
wrong sublime configuration
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0532287..9730e83 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,8 @@ Configuration of the LSP:
],
"syntaxes":
[
- "Packages/odin/Odin.sublime-syntax"
- ],
- "initializationOptions": { "test": true }
+ "Packages/Odin/Odin.sublime-syntax"
+ ]
}
},
"only_show_lsp_completions": true,