Skip to content

Commit 4ad742a

Browse files
committed
fix(rust): creates.nvim rename src option to completion
See: saecki/crates.nvim#120
1 parent 5225b7d commit 4ad742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/extras/lang/rust.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ return {
2121
"Saecki/crates.nvim",
2222
event = { "BufRead Cargo.toml" },
2323
opts = {
24-
src = {
24+
completion = {
2525
cmp = { enabled = true },
2626
},
2727
},

0 commit comments

Comments
 (0)