tests/claudecode: skip running nvim in example test

> ERROR: [ClaudeCode] [config] [WARN] focus_after_send=true does not focus a Claude session running outside Neovim (terminal.provider="external"). Use a `User ClaudeCodeSendComplete` autocmd to focus it yourself.
This commit is contained in:
Matt Sturgeon 2026-06-15 18:44:29 +01:00 committed by Austin Horstman
parent 8152a24e66
commit 2414f3d85d

View file

@ -70,6 +70,12 @@
};
example = {
# FIXME: 2026-06-15 example doesn't run in the build sandbox:
# ERROR: [ClaudeCode] [config] [WARN]
# focus_after_send=true does not focus a Claude session running outside Neovim (terminal.provider="external").
# Use a `User ClaudeCodeSendComplete` autocmd to focus it yourself.
test.runNvim = false;
plugins.claudecode = {
enable = true;
settings = {