From 452a983367d39048326be2efe5046f67b8e004b0 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 24 Sep 2024 14:51:15 -0400 Subject: [PATCH] chore: replace andweeb/presence.nvim with IogaMaster/neocord --- lua/plugins/util.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/plugins/util.lua b/lua/plugins/util.lua index 645377a..9585d8e 100644 --- a/lua/plugins/util.lua +++ b/lua/plugins/util.lua @@ -125,9 +125,13 @@ return { config = data.types.pigeon, }, { -- Discord Presence - "andweeb/presence.nvim", + "IogaMaster/neocord", + event = "VeryLazy", opts = { - enable_line_number = true, + logo = "https://raw.githubusercontent.com/rootiest/rootiest-nvim/b949af32e72db9fc35c18e14e2088710dc36dd15/logo/icon.png", + main_image = "logo", + blacklist = { "bin: No such file or directory" }, + file_assets = {}, }, }, { -- Floating Help