Updated a bunch of configs

This commit is contained in:
Lol3rrr
2026-01-20 11:59:23 +01:00
parent 6f5ffca775
commit ea27234ab1
6 changed files with 31 additions and 25 deletions

View File

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