diff options
author | HampusM <hampus@hampusmat.com> | 2024-10-29 19:53:37 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-10-29 19:58:26 +0100 |
commit | b53b07b6002a7549371d5921f926ca611d913b75 (patch) | |
tree | 57dfaaf075395e3db4313e0428678df10f5824bb /coc-settings.json | |
parent | 10ef62b10e3c76e7376d835986904b21ebc131a8 (diff) |
disable array index & set type inlay hints in lua
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", |