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:
parent
0dbcdebb2f
commit
2674eefe08
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue