chore: migrate config file from .crush.json to crush.json

Kujtim Hoxha created

Change summary

.crush.json | 11 -----------
crush.json  |  7 +++++++
2 files changed, 7 insertions(+), 11 deletions(-)

Detailed changes

.crush.json 🔗

@@ -1,11 +0,0 @@
-{
-  "$schema": "./crush-schema.json",
-  "lsp": {
-    "Go": {
-      "command": "gopls"
-    }
-  },
-  "tui": {
-    "theme": "crush"
-  }
-}

crush.json 🔗

@@ -0,0 +1,7 @@
+{
+  "lsp": {
+    "Go": {
+      "command": "gopls"
+    }
+  }
+}