645 current 2024-05-20 11:44:20 24.05.20240520.f72f671 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-05-20 11:44:27 -04:00
parent 9b5a75dc09
commit 484c10f5b8
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
return {
"NeogitOrg/neogit",
branch = "nightly",
branch = "master",
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration

View file

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