1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02:00

undo for general option

This commit is contained in:
SIGMazer 2023-05-16 01:28:01 +03:00
parent 0dbcdebb2f
commit 2674eefe08

View file

@ -119,6 +119,7 @@ function Presence:setup(...)
self:set_option("client_id", "793271441293967371")
self:set_option("debounce_timeout", 10)
self:set_option("neovim_image_text", "The One True Text Editor")
self:set_option("main_image", "neovim")
self:set_option("enable_line_number", false)
-- Status text options
self:set_option("editing_text", "Editing %s")