1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-06-23 21:08:56 +02:00

fix: move to a new application id (#23)

to prevent potential issues with the original project
This commit is contained in:
Jiří Štefka 2023-11-09 15:59:42 +01:00 committed by GitHub
parent 5fa130577a
commit 9ddeff558b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
lua/presence

View file

@ -116,7 +116,7 @@ function Presence:setup(...)
-- General options
self:set_option("auto_update", 1)
self:set_option("client_id", "793271441293967371")
self:set_option("client_id", "1172122807501594644")
self:set_option("debounce_timeout", 10)
self:set_option("neovim_image_text", "The One True Text Editor")
self:set_option("main_image", "neovim")