mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
9 lines
227 B
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,
|
|
},
|
|
}
|