fix: disabled malfunctioning lsp server integrations
This commit is contained in:
parent
cc949a2b64
commit
ebd64dfc51
1 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"theme": "tokyonight",
|
"theme": "tokyonight",
|
||||||
"model": "github-copilot/gpt-4.1"
|
"model": "github-copilot/gpt-4.1",
|
||||||
|
"lsp": {
|
||||||
|
"clangd": {
|
||||||
|
"disabled": true,
|
||||||
|
},
|
||||||
|
"pyright": {
|
||||||
|
"disabled": true,
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue