fix: remove manual lsp definition

This commit is contained in:
adamdottv
2025-05-01 07:24:53 -05:00
parent 8819a37a05
commit f224978bbc

View File

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