-- return {
--
-- {
-- 'IogaMaster/neocord',
-- event = "VeryLazy",
-- opts = {
-- logo = "auto",
-- logo_tooltip = nil,
-- main_image = "language",
-- client_id = "1157438221865717891",
-- log_level = nil,
-- debounce_timeout = 10,
-- blacklist = {},
-- file_assets = {},
-- show_time = true,
-- global_timer = false,
-- editing_text = "Editing %s",
-- file_explorer_text = "Browsing %s",
-- git_commit_text = "Committing changes",
-- plugin_manager_text = "Managing plugins",
-- reading_text = "Reading %s",
-- workspace_text = "Working on %s",
-- line_number_text = "Line %s out of %s",
-- terminal_text = "Using Terminal",
-- }
-- }
-- }
return {
{
'andweeb/presence.nvim',
opts = {
-- General options
auto_update = true,
neovim_image_text = "True Programmer's Editor",
main_image = "neovim",
client_id = "793271441293967371",
log_level = nil,
debounce_timeout = 10,
enable_line_number = false,
blacklist = {},
buttons = true,
file_assets = {},
show_time = true,
editing_text = "Editing %s",
file_explorer_text = "Browsing %s",
git_commit_text = "Committing changes",
plugin_manager_text = "Managing plugins",
reading_text = "Reading %s",
workspace_text = "Working on %s",
line_number_text = "Line %s out of %s",
}
}
}
-- return {
-- 'vyfor/cord.nvim',
-- run = ':Cord update',
-- -- config = function()
-- -- require('cord').setup {}
-- -- end
-- }