Formatting changes
This commit is contained in:
@@ -4,7 +4,6 @@ if not setup then
|
|||||||
end
|
end
|
||||||
|
|
||||||
presence.setup({
|
presence.setup({
|
||||||
|
|
||||||
auto_update = true,
|
auto_update = true,
|
||||||
neovim_image_text = "The One True Text Editor",
|
neovim_image_text = "The One True Text Editor",
|
||||||
main_image = "neovim",
|
main_image = "neovim",
|
||||||
@@ -13,12 +12,13 @@ presence.setup({
|
|||||||
debounce_timeout = 10,
|
debounce_timeout = 10,
|
||||||
enable_line_number = false,
|
enable_line_number = false,
|
||||||
blacklist = {},
|
blacklist = {},
|
||||||
buttons = { { label = "Neovim", url = "https://github.com/neovim/neovim" },
|
buttons = {
|
||||||
{ label = "My config", url = "https://gitlab.com/taken-personal/neovim-config" } },
|
{ label = "Neovim", url = "https://github.com/neovim/neovim" },
|
||||||
|
{ label = "My config", url = "https://gitlab.com/taken-personal/neovim-config" },
|
||||||
|
},
|
||||||
file_assets = {},
|
file_assets = {},
|
||||||
show_time = true,
|
show_time = true,
|
||||||
|
|
||||||
|
|
||||||
editing_text = "Editing %s",
|
editing_text = "Editing %s",
|
||||||
file_explorer_text = "Browsing %s",
|
file_explorer_text = "Browsing %s",
|
||||||
git_commit_text = "Committing changes",
|
git_commit_text = "Committing changes",
|
||||||
|
|||||||
Reference in New Issue
Block a user