13 lines
179 B
Lua
13 lines
179 B
Lua
return {
|
|
{
|
|
"saecki/crates.nvim",
|
|
tag = "stable",
|
|
opts = {
|
|
lsp = {
|
|
enabled = true,
|
|
actions = true,
|
|
hover = true,
|
|
},
|
|
},
|
|
},
|
|
}
|