fix: disabled malfunctioning lsp server integrations

This commit is contained in:
Ceferino Patino 2025-08-26 21:03:41 -05:00
commit ebd64dfc51
No known key found for this signature in database

View file

@ -1,5 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"theme": "tokyonight",
"model": "github-copilot/gpt-4.1"
"model": "github-copilot/gpt-4.1",
"lsp": {
"clangd": {
"disabled": true,
},
"pyright": {
"disabled": true,
}
}
}