fix(rust): update creates.nvim src option to completion (#3149)

This commit is contained in:
Akira Itai authored and GitHub committed 2024-05-13 07:03:10 +02:00
1 parent 73de8dde2b
commit 8087283fea
1 file changed
+1 -1
+1 -1
View File
@@ -8,7 +8,7 @@ return {
"Saecki/crates.nvim", "Saecki/crates.nvim",
event = { "BufRead Cargo.toml" }, event = { "BufRead Cargo.toml" },
opts = { opts = {
src = { completion = {
cmp = { enabled = true }, cmp = { enabled = true },
}, },
}, },