feat: enable inline completion by default

This commit is contained in:
CJ van den Berg 2025-12-26 22:18:23 +01:00
parent 2416e3ec69
commit 3db934d6f9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -52,7 +52,7 @@ scrollbar_auto_hide: bool = false,
start_debugger_on_crash: bool = false,
completion_trigger: CompletionTrigger = .automatic,
completion_style: CompletionStyle = .palette,
completion_style: CompletionStyle = .dropdown,
widget_style: WidgetStyle = .compact,
palette_style: WidgetStyle = .bars_top_bottom,