discord rpc
This commit is contained in:
parent
535b840436
commit
af464c3f02
1 changed files with 10 additions and 0 deletions
10
nvim/lua/plugins/presence.lua
Normal file
10
nvim/lua/plugins/presence.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
"andweeb/presence.nvim",
|
||||||
|
lazy = false,
|
||||||
|
enabled = true,
|
||||||
|
opts = {
|
||||||
|
buttons = false,
|
||||||
|
blacklist = {},
|
||||||
|
},
|
||||||
|
config = true,
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue