nvim/lua/plugins/cord.lua

12 lines
118 B
Lua
Raw Normal View History

2026-03-01 18:53:20 +01:00
return {
{
"vyfor/cord.nvim",
---@type CordConfig
opts = {
display = {
theme = "atom",
2026-03-17 20:43:35 +01:00
},
2026-03-01 18:53:20 +01:00
},
},
}