From b53b07b6002a7549371d5921f926ca611d913b75 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 29 Oct 2024 19:53:37 +0100 Subject: disable array index & set type inlay hints in lua --- coc-settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coc-settings.json') 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", -- cgit v1.2.3-18-g5258