Skip to content

Commit f1c9068

Browse files
committed
feat: enable crate name completion by default
1 parent 72644e5 commit f1c9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/crates/config/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ local schema_completion_crates = section_entry(schema_completion, {
15051505
entry(schema_completion_crates, {
15061506
name = "enabled",
15071507
type = BOOLEAN_TYPE,
1508-
default = false,
1508+
default = true,
15091509
description = [[
15101510
Enable completing crate names from crates.io search results.
15111511
]],

0 commit comments

Comments
 (0)