diff --git a/lua/taken/plugins/neocord.lua b/lua/taken/plugins/neocord.lua index 7e00a00..0a22653 100644 --- a/lua/taken/plugins/neocord.lua +++ b/lua/taken/plugins/neocord.lua @@ -6,9 +6,8 @@ return { local neocord = require("neocord") neocord.setup({ - logo = "auto", - logo_tooltip = nil, - -- neovim_image_text = "The One True Text Editor", + logo = "neovim", + logo_tooltip = "The One True Text Editor", main_image = "neovim", client_id = "793271441293967371", log_level = nil, @@ -16,7 +15,7 @@ return { blacklist = {}, file_assets = {}, show_time = true, - global_timer = false, + global_timer = true, editing_text = "Editing %s", file_explorer_text = "Browsing %s",