Added crates
This commit is contained in:
parent
f4442b6d61
commit
b0239aac9d
14
plugins.lua
14
plugins.lua
|
@ -359,4 +359,18 @@ return {{
|
||||||
}
|
}
|
||||||
return opts
|
return opts
|
||||||
end,
|
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,
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue