Added crates

This commit is contained in:
Natty 2024-02-10 16:44:24 +01:00
parent f4442b6d61
commit b0239aac9d
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 14 additions and 0 deletions

View File

@ -359,4 +359,18 @@ return {{
}
return opts
end,
}, {
-- Rust crates helper
"saecki/crates.nvim",
tag = "stable",
lazy = false,
dependencies = "nvim-lua/plenary.nvim",
config = function()
require("crates").setup({
null_ls = {
enabled = true,
name = "crates",
},
})
end,
}}