We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
creates.nvim
src
completion
1 parent 5225b7d commit 4ad742aCopy full SHA for 4ad742a
lua/plugins/extras/lang/rust.lua
@@ -21,7 +21,7 @@ return {
21
"Saecki/crates.nvim",
22
event = { "BufRead Cargo.toml" },
23
opts = {
24
- src = {
+ completion = {
25
cmp = { enabled = true },
26
},
27
0 commit comments