From ebd64dfc513056cfc1d8a439d5a1cdacab28b616 Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Tue, 26 Aug 2025 21:03:41 -0500 Subject: [PATCH] fix: disabled malfunctioning lsp server integrations --- .config/opencode/opencode.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/opencode/opencode.json b/.config/opencode/opencode.json index 3420125..0f99f73 100644 --- a/.config/opencode/opencode.json +++ b/.config/opencode/opencode.json @@ -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, + } + } }