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