# Timer 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 }, } ```