update creates.nvim src option to completion

This commit is contained in:
akira 2024-05-12 17:29:09 -07:00
parent 73de8dde2b
commit 356f95df37

View file

@ -8,7 +8,7 @@ return {
"Saecki/crates.nvim",
event = { "BufRead Cargo.toml" },
opts = {
src = {
completion = {
cmp = { enabled = true },
},
},