From c8c2a9c37ac6537b8eba32a1194ac75c2fd17935 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 18 Jul 2025 15:50:03 -0400 Subject: [PATCH] chore: capitalize 'Go' in LSP config for this project --- crush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crush.json b/crush.json index 871fb446260509f306c9b9ded89b9a2243b8b711..1b04ea6c24f8b64a3a12ceb47551f3177fa66302 100644 --- a/crush.json +++ b/crush.json @@ -1,6 +1,6 @@ { "lsp": { - "go": { + "Go": { "command": "gopls" } }