mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(rust): explicitly enable nvim-cmp source registration for crates (#1609)
This commit is contained in:
parent
75a26e8509
commit
237be9e3a7
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@ return {
|
|||
{
|
||||
"Saecki/crates.nvim",
|
||||
event = { "BufRead Cargo.toml" },
|
||||
config = true,
|
||||
opts = {
|
||||
src = {
|
||||
cmp = { enabled = true },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
---@param opts cmp.ConfigSchema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue