644 current 2024-05-20 11:37:07 24.05.20240520.f72f671 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-20 11:37:13 -04:00
parent f211a30ffe
commit 9b5a75dc09
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 10 additions and 1 deletions

View file

@ -1 +1,9 @@
return { "andweeb/presence.nvim", lazy = false }
return {
"andweeb/presence.nvim",
lazy = false,
config = function()
require("presence").setup({
auto_update = true,
})
end,
}

View file

@ -53,6 +53,7 @@
"overseer.nvim": { "branch": "master", "commit": "7a9b654df4b3b246d05fff857f32e9fb8ddfb013" },
"playground": { "branch": "master", "commit": "ba48c6a62a280eefb7c85725b0915e021a1a0749" },
"plenary.nvim": { "branch": "master", "commit": "b5c8de02a44ffeabff678090edd6a132ff8ab77d" },
"presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" },
"promise-async": { "branch": "main", "commit": "93540c168c5ed2b030ec3e6c40ab8bbb85e36355" },
"rest.nvim": { "branch": "main", "commit": "f96edb54a2940322bc7ed81a1031be04db7d3a99" },
"rustaceanvim": { "branch": "master", "commit": "66466d4fe0b8988ba9e2932d3c41782c2efb683b" },