12 lines
117 B
Lua
12 lines
117 B
Lua
|
|
return {
|
||
|
|
{
|
||
|
|
"vyfor/cord.nvim",
|
||
|
|
---@type CordConfig
|
||
|
|
opts = {
|
||
|
|
display = {
|
||
|
|
theme = "atom",
|
||
|
|
}
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|