update readme

This commit is contained in:
u80864958 2024-10-08 11:05:16 +02:00
parent 312689b005
commit 9c2ac4bc46
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,5 @@
## dates and their corresponding seconds been here :) ## dates and their corresponding seconds been here :)
[24-10-07] [24-10-07]
u80864958_at_u80864958 = 432 u80864958_at_u80864958 = 432
[24-10-08]
u80864958_at_u80864958 = 372

View File

@ -5,3 +5,18 @@ Timer times the time it took you to realize your project
Counts the time in your editor inside on directory. Counts the time in your editor inside on directory.
Not beeing inside the editor for less than 5 minutes gets counted as beeing Not beeing inside the editor for less than 5 minutes gets counted as beeing
inside the editor. inside the editor.
## Installation
Lunar vim:
```lua
lvim.plugins = {
{
"schreifuchs/timer",
url = "https://git.schreifuchs.ch/schreifuchs/timer.git",
config = function()
require('timer').setup()
end
},
}
```