andweeb / presence.nvim

Discord Rich Presence for Neovim
818 stars 65 forks source link

Add ability to disable the timer #75

Closed WilliamWelsh closed 2 years ago

WilliamWelsh commented 2 years ago

This adds show_time to the config, which will turn the timer off. The default is true.

let g:presence_show_time = 0 or

require("presence"):setup({
    show_time = false
})

CleanShot 2022-08-14 at 18 36 31