added LSP configuration to opencode
All checks were successful
CI / Build opencode docker images (push) Successful in 25s
All checks were successful
CI / Build opencode docker images (push) Successful in 25s
This commit is contained in:
30
opencode/opencode.json
Normal file
30
opencode/opencode.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"lsp": {
|
||||
"java": {
|
||||
"command": [
|
||||
"jdtls"
|
||||
],
|
||||
"extensions": [
|
||||
".java"
|
||||
]
|
||||
},
|
||||
"python": {
|
||||
"command": [
|
||||
"pyright"
|
||||
],
|
||||
"extensions": [
|
||||
".py",
|
||||
"pyi"
|
||||
]
|
||||
},
|
||||
"rust": {
|
||||
"command": [
|
||||
"rust-analyzer"
|
||||
],
|
||||
"extensions": [
|
||||
".rs"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user