Initial version

This commit is contained in:
Lol3rrr
2025-04-09 17:04:45 +02:00
commit b71409d0f5
12 changed files with 399 additions and 0 deletions

9
lua/plugins/crates.lua Normal file
View File

@@ -0,0 +1,9 @@
return {{
"Saecki/crates.nvim",
event = { "BufRead Cargo.toml" },
opts = {
src = {
cmp = { enabled = true },
},
},
}}