chore: capitalize 'Go' in LSP config for this project

Christian Rocha created

Change summary

crush.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crush.json 🔗

@@ -1,6 +1,6 @@
 {
   "lsp": {
-    "go": {
+    "Go": {
       "command": "gopls"
     }
   }