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

This commit is contained in:
Akira Itai 2024-05-12 22:03:10 -07:00 committed by GitHub
parent 73de8dde2b
commit 8087283fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ return {
"Saecki/crates.nvim",
event = { "BufRead Cargo.toml" },
opts = {
src = {
completion = {
cmp = { enabled = true },
},
},