@@ -130,7 +130,7 @@ type LSPConfig struct {
type TUIOptions struct {
CompactMode bool `json:"compact_mode,omitempty" jsonschema:"description=Enable compact mode for the TUI interface,default=false"`
DiffMode string `json:"diff_mode,omitempty" jsonschema:"description=Diff mode for the TUI interface,enum=unified,enum=split"`
- ReduceAnimations bool `json:"reduce_animations,omitempty" jsonschema:"description=Reduce animations in the TUI,default=false"`
+ ReduceAnimations *bool `json:"reduce_animations,omitempty" jsonschema:"description=Reduce animations in the TUI,default=false"`
// Here we can add themes later or any TUI related options
//