Updated neocord
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user