32113c5ad0
OpenCode downloads LSP servers (like clangd) to ~/.local/share/opencode/bin, but isServerInstalled() only checked ~/.config/opencode/bin. This caused LSP tools to report servers as 'not installed' even when OpenCode had successfully downloaded them. Add ~/.local/share/opencode/bin to the detection paths to match OpenCode's actual behavior. Co-authored-by: yimingll <yimingll@users.noreply.github.com>