mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-08 08:24:37 +02: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
Add a link
Reference in a new issue