Archived
0
0
Fork 0

add discord presence

This commit is contained in:
Daryl Ronningen 2022-09-05 19:32:13 -07:00
parent 4bde813ee5
commit 0137ffed8f
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
2 changed files with 7 additions and 1 deletions

View file

@ -33,4 +33,4 @@ lualine.setup({
lualine_y = {},
lualine_z = { "tabs" },
},
}
})

View file

@ -262,6 +262,12 @@ return packer.startup(function(use)
end,
})
-- Discord Presence
use({
"andweeb/presence.nvim",
event = "BufReadPre",
})
if PACKER_BOOTSTRAP then
require("packer").sync()
end