Updated neocord
This commit is contained in:
@@ -6,9 +6,8 @@ return {
|
|||||||
local neocord = require("neocord")
|
local neocord = require("neocord")
|
||||||
|
|
||||||
neocord.setup({
|
neocord.setup({
|
||||||
logo = "auto",
|
logo = "neovim",
|
||||||
logo_tooltip = nil,
|
logo_tooltip = "The One True Text Editor",
|
||||||
-- neovim_image_text = "The One True Text Editor",
|
|
||||||
main_image = "neovim",
|
main_image = "neovim",
|
||||||
client_id = "793271441293967371",
|
client_id = "793271441293967371",
|
||||||
log_level = nil,
|
log_level = nil,
|
||||||
@@ -16,7 +15,7 @@ return {
|
|||||||
blacklist = {},
|
blacklist = {},
|
||||||
file_assets = {},
|
file_assets = {},
|
||||||
show_time = true,
|
show_time = true,
|
||||||
global_timer = false,
|
global_timer = true,
|
||||||
|
|
||||||
editing_text = "Editing %s",
|
editing_text = "Editing %s",
|
||||||
file_explorer_text = "Browsing %s",
|
file_explorer_text = "Browsing %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user