nvim/lua/plugins/cord.lua

13 lines
157 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-24 17:00:29 +01:00
editor = { tooltip = "ur gay x3" },
2026-03-01 18:53:20 +01:00
},
},
}