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", + }, }