Files
SoloVim/lua/plugins/neocord.lua
2026-02-03 13:56:24 +02:00

10 lines
245 B
Lua

return {
"IogaMaster/neocord",
enabled = false,
event = "VeryLazy",
opts = {
blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches
global_timer = true,
},
}