From 2674eefe087a894000c2c2bea0b2c9d28b997162 Mon Sep 17 00:00:00 2001 From: SIGMazer Date: Tue, 16 May 2023 01:28:01 +0300 Subject: [PATCH] undo for general option --- lua/presence/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/presence/init.lua b/lua/presence/init.lua index 5799713..57ad721 100644 --- a/lua/presence/init.lua +++ b/lua/presence/init.lua @@ -119,6 +119,7 @@ function Presence:setup(...) self:set_option("client_id", "793271441293967371") self:set_option("debounce_timeout", 10) self:set_option("neovim_image_text", "The One True Text Editor") + self:set_option("main_image", "neovim") self:set_option("enable_line_number", false) -- Status text options self:set_option("editing_text", "Editing %s")