summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-05-03 10:09:50 +1000
committerGitHub <[email protected]>2026-05-03 00:09:50 +0000
commit6b68b1020e3efbeb7d09b3318495593b66f1c745 (patch)
treea28e35c98f30b86c55ce213bf37c80afe3c16cfc /README.md
parent85bb9007baab8e6c5cd28ea39e9eddb15022cb5d (diff)
downloadopencode-6b68b1020e3efbeb7d09b3318495593b66f1c745.tar.gz
opencode-6b68b1020e3efbeb7d09b3318495593b66f1c745.zip
docs: clarify LSP and formatter opt-in config (#25502)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79ccf8b34..3ebfb1627 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,7 @@ It's very similar to Claude Code in terms of capability. Here are the key differ
- 100% open source
- Not coupled to any provider. Although we recommend the models we provide through [OpenCode Zen](https://opencode.ai/zen), OpenCode can be used with Claude, OpenAI, Google, or even local models. As models evolve, the gaps between them will close and pricing will drop, so being provider-agnostic is important.
-- Out-of-the-box LSP support
+- Built-in opt-in LSP support
- A focus on TUI. OpenCode is built by neovim users and the creators of [terminal.shop](https://terminal.shop); we are going to push the limits of what's possible in the terminal.
- A client/server architecture. This, for example, can allow OpenCode to run on your computer while you drive it remotely from a mobile app, meaning that the TUI frontend is just one of the possible clients.