Skip to content

Commit 05a95f6

Browse files
Update lua/claudecode/config.lua
Co-authored-by: Thomas Kosiewski <[email protected]>
1 parent ac1feb8 commit 05a95f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lua/claudecode/config.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ M.defaults = {
2929
{ name = "Claude Opus 4 (Latest)", value = "opus" },
3030
{ name = "Claude Sonnet 4 (Latest)", value = "sonnet" },
3131
},
32-
terminal = {
33-
provider_opts = {
34-
external_terminal_cmd = nil, -- Command template for external terminal (e.g., "alacritty -e %s")
35-
},
36-
},
32+
terminal = nil, -- Will be lazy-loaded to avoid circular dependency
3733
}
3834

3935
---Validates the provided configuration table.

0 commit comments

Comments
 (0)