mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
10 lines
157 B
Lua
10 lines
157 B
Lua
return {
|
|
{
|
|
"saecki/crates.nvim",
|
|
tag = "stable",
|
|
config = function()
|
|
require("crates").setup()
|
|
end,
|
|
},
|
|
}
|