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