mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
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:
committed by
Austin Horstman
parent
8152a24e66
commit
2414f3d85d
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user