Files
dotfiles/nvim/lua/plugins/presence.lua
Blake Ridgway af464c3f02 discord rpc
2023-12-26 06:06:40 -06:00

11 lines
146 B
Lua

return {
"andweeb/presence.nvim",
lazy = false,
enabled = true,
opts = {
buttons = false,
blacklist = {},
},
config = true,
}