From 196bc3576806ed4e8b60091a218856e99b4082a2 Mon Sep 17 00:00:00 2001 From: andyl Date: Thu, 20 Nov 2025 11:29:51 -0800 Subject: [PATCH] doc: IDE launch instructions for 'provider = "none"' This was discussed in issue #154 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 073fcbae..e9ec2ff1 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,8 @@ For complete configuration options, see: Run Claude Code without any terminal management inside Neovim. This is useful for advanced setups where you manage the CLI externally (tmux, kitty, separate terminal windows) while still using the WebSocket server and tools. +You have to take care of launching CC and connecting it to the IDE yourself. (e.g. `claude --ide` or launching claude and then selecting the IDE using the `/ide` command) + ```lua { "coder/claudecode.nvim",