nvim/lua/plugins/cord.lua

13 lines
157 B
Lua

return {
{
"vyfor/cord.nvim",
---@type CordConfig
opts = {
display = {
theme = "atom",
},
editor = { tooltip = "ur gay x3" },
},
},
}