diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index 5af09ec..e66af25 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -14,9 +14,10 @@ "Lua.completion.displayContext": 2, "Lua.completion.showWord": "Enable", "Lua.completion.keywordSnippet": "Both", - "Lua.hint.setType": true, + "Lua.hint.setType": false, "Lua.hint.paramName": "Disable", "Lua.hint.paramType": false, + "Lua.hint.arrayIndex": "Disable", "Lua.window.statusBar": false, "sumneko-lua.enableNvimLuaDev": true, "clangd.compilationDatabasePath": "build", |