From cab767399f8988c397d8887dde92e24ff1c0b9fa Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 30 Oct 2024 22:59:54 +0100 Subject: disable semicolon inlay hint in lua --- coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/coc-settings.json b/coc-settings.json index e66af25..cb0ef73 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -18,6 +18,7 @@ "Lua.hint.paramName": "Disable", "Lua.hint.paramType": false, "Lua.hint.arrayIndex": "Disable", + "Lua.hint.semicolon": "Disable", "Lua.window.statusBar": false, "sumneko-lua.enableNvimLuaDev": true, "clangd.compilationDatabasePath": "build", -- cgit v1.2.3-18-g5258