nvim/lua/plugins/cord.lua
2026-03-01 18:53:20 +01:00

12 lines
117 B
Lua

return {
{
"vyfor/cord.nvim",
---@type CordConfig
opts = {
display = {
theme = "atom",
}
},
},
}