mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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",
|
||||
event = { "BufRead Cargo.toml" },
|
||||
opts = {
|
||||
src = {
|
||||
completion = {
|
||||
cmp = { enabled = true },
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue