Replies: 1 comment
-
The default components attached to a task can be found here: overseer.nvim/lua/overseer/config.lua Line 148 in 44e927e You will notice that the configuration for display_duration sets the detail level at 2 . This means that the duration won't be visible until you increase the detail level in the task list at least once (press ? in the task list to see all the keymaps).
You can customize this by changing the definition of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my head, enabling this option would display a running duration of the task somewhere but this doesn't seem to be the case. Am I misunderstanding this? My config with toy example looks like this:
Beta Was this translation helpful? Give feedback.
All reactions