feat: enable automatic completion by default
This commit is contained in:
parent
652354ec1b
commit
2416e3ec69
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ scrollbar_auto_hide: bool = false,
|
||||||
|
|
||||||
start_debugger_on_crash: bool = false,
|
start_debugger_on_crash: bool = false,
|
||||||
|
|
||||||
completion_trigger: CompletionTrigger = .manual,
|
completion_trigger: CompletionTrigger = .automatic,
|
||||||
completion_style: CompletionStyle = .palette,
|
completion_style: CompletionStyle = .palette,
|
||||||
|
|
||||||
widget_style: WidgetStyle = .compact,
|
widget_style: WidgetStyle = .compact,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue