fix(rust): explicitly enable nvim-cmp source registration for crates (#1609)

This commit is contained in:
jyuan0 authored and GitHub committed 2023-10-07 11:45:03 +02:00
1 parent 75a26e8509
commit 237be9e3a7
1 file changed
+5 -1
+5 -1
View File
@@ -7,7 +7,11 @@ return {
{
"Saecki/crates.nvim",
event = { "BufRead Cargo.toml" },
config = true,
opts = {
src = {
cmp = { enabled = true },
},
},
},
},
---@param opts cmp.ConfigSchema