dotfiles/.config/nvim/lua/plugins/arrpc-presence.lua
2026-04-25 16:39:11 +05:30

15 lines
260 B
Lua

return {
"vyfor/cord.nvim",
build = "./build || .\\build",
event = "VeryLazy",
opts = {
editor = {
client = "neovim",
tooltip = "The only real IDE",
},
display = {
theme = "default",
flavor = "accent",
},
},
}