fix: remove manual lsp definition

This commit is contained in:
adamdottv 2025-05-01 07:24:53 -05:00
parent 8819a37a05
commit f224978bbc
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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