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