Browse Source

fix: remove manual lsp definition

adamdottv 9 months ago
parent
commit
f224978bbc
1 changed files with 1 additions and 6 deletions
  1. 1 6
      .opencode.json

+ 1 - 6
.opencode.json

@@ -1,8 +1,3 @@
 {
-  "$schema": "./opencode-schema.json",
-  "lsp": {
-    "gopls": {
-      "command": "gopls"
-    }
-  }
+  "$schema": "./opencode-schema.json"
 }