Moving to neocord
This commit is contained in:
31
lua/taken/plugins/neocord.lua
Normal file
31
lua/taken/plugins/neocord.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"IogaMaster/neocord",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local neocord = require("neocord")
|
||||
|
||||
neocord.setup({
|
||||
logo = "auto",
|
||||
logo_tooltip = nil,
|
||||
-- neovim_image_text = "The One True Text Editor",
|
||||
main_image = "neovim",
|
||||
client_id = "793271441293967371",
|
||||
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",
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user