feat: enable automatic completion by default

This commit is contained in:
CJ van den Berg 2025-12-26 21:54:50 +01:00
parent 652354ec1b
commit 2416e3ec69
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -51,7 +51,7 @@ scrollbar_auto_hide: bool = false,
start_debugger_on_crash: bool = false,
completion_trigger: CompletionTrigger = .manual,
completion_trigger: CompletionTrigger = .automatic,
completion_style: CompletionStyle = .palette,
widget_style: WidgetStyle = .compact,