summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-09-18 16:08:50 -0500
committerGitHub <[email protected]>2025-09-18 16:08:50 -0500
commit0e409842e849aec549f458be6b46346b42cafaf3 (patch)
treecce9f4b0959a2420679ea807e5d676b66d75fbc8
parent5a7a7257873b1ade284dc80086ce1f132644a7e4 (diff)
downloadopencode-0e409842e849aec549f458be6b46346b42cafaf3.tar.gz
opencode-0e409842e849aec549f458be6b46346b42cafaf3.zip
docs: rm incorrect lsp mention (#2677)
-rw-r--r--packages/web/src/content/docs/lsp.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/lsp.mdx b/packages/web/src/content/docs/lsp.mdx
index 409837024..e9e21cba8 100644
--- a/packages/web/src/content/docs/lsp.mdx
+++ b/packages/web/src/content/docs/lsp.mdx
@@ -3,7 +3,7 @@ title: LSP Servers
description: opencode integrates with your LSP servers.
---
-opencode integrates with your Language Server Protocol (LSP) to help the LLM interacts with your codebase. It uses diagnostics to provide feedback to the LLM. And _go-to-definition_ and _find-references_ to help navigate your codebase.
+opencode integrates with your Language Server Protocol (LSP) to help the LLM interacts with your codebase. It uses diagnostics to provide feedback to the LLM.
---