From 1c9e8376a93a7c2ee6425edb89e1a1d5a314a62e Mon Sep 17 00:00:00 2001 From: zackartz Date: Mon, 20 May 2024 12:08:05 -0400 Subject: [PATCH] 647 current 2024-05-20 12:07:59 24.05.20240520.f72f671 6.8.6-zen1 * --- .../home-manager/vim/config/lua/plugins/editor/presence.lua | 3 +++ 1 file changed, 3 insertions(+) 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 f1983aa..94a382e 100644 --- a/modules/home-manager/vim/config/lua/plugins/editor/presence.lua +++ b/modules/home-manager/vim/config/lua/plugins/editor/presence.lua @@ -1,4 +1,7 @@ return { "IogaMaster/neocord", event = "VeryLazy", + opts = { + log_level = "debug", + }, }