From 564d2801cfba61dae21139c6d01d493a291e37fc Mon Sep 17 00:00:00 2001 From: akira Date: Sun, 12 May 2024 17:58:05 -0700 Subject: [PATCH] update creates.nvim src option to completion --- docs/extras/lang/rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/lang/rust.md b/docs/extras/lang/rust.md index 63b402a9c..98ce94548 100644 --- a/docs/extras/lang/rust.md +++ b/docs/extras/lang/rust.md @@ -87,7 +87,7 @@ end ```lua opts = { - src = { + completion = { cmp = { enabled = true }, }, } @@ -103,7 +103,7 @@ opts = { "Saecki/crates.nvim", event = { "BufRead Cargo.toml" }, opts = { - src = { + completion = { cmp = { enabled = true }, }, },