fix(rust): update creates.nvim src option to completion (#3149)
This commit is contained in:
1 parent
73de8dde2b
commit
8087283fea
1 file changed
+1
-1
@@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in new issue
Block a user