mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(rust): update creates.nvim src option to completion (#3149)
This commit is contained in:
parent
73de8dde2b
commit
8087283fea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue