9 lines
95 B
Lua
9 lines
95 B
Lua
|
return {
|
||
|
"Saecki/crates.nvim",
|
||
|
opts = {
|
||
|
popup = {
|
||
|
border = "rounded"
|
||
|
}
|
||
|
}
|
||
|
}
|