SoloVim/lua/plugins/neocord.lua

9 lines
227 B
Lua

return {
"IogaMaster/neocord",
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,
},
}