From 484c10f5b8a53dfcaed2da9482b71b41fde769df Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 20 May 2024 11:44:27 -0400 Subject: [PATCH] 645 current 2024-05-20 11:44:20 24.05.20240520.f72f671 6.8.6-zen1 * --- .../vim/config/lua/plugins/editor/neogit.lua | 2 +- .../vim/config/lua/plugins/editor/presence.lua | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/home-manager/vim/config/lua/plugins/editor/neogit.lua b/modules/home-manager/vim/config/lua/plugins/editor/neogit.lua index d9ce663..21d5dfb 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/neogit.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/neogit.lua @@ -1,6 +1,6 @@ return { "NeogitOrg/neogit", - branch = "nightly", + branch = "master", dependencies = { "nvim-lua/plenary.nvim", -- required "sindrets/diffview.nvim", -- optional - Diff integration diff --git a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua index 922d72b..9631ced 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua @@ -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", + }, }