diff --git a/.timer.toml b/.timer.toml index d4d0e55..167e55b 100644 --- a/.timer.toml +++ b/.timer.toml @@ -1,3 +1,5 @@ -## dates and their corresponding seconds been here :) +## dates and their corresponding seconds been here :) [24-10-07] u80864958_at_u80864958 = 432 +[24-10-08] +u80864958_at_u80864958 = 372 diff --git a/README.md b/README.md index 81178d2..7c73ff0 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,18 @@ Timer times the time it took you to realize your project Counts the time in your editor inside on directory. Not beeing inside the editor for less than 5 minutes gets counted as beeing 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 + }, +} +```