A coding time tracker plugin for neovim
:CodeTime
prints total coding time today
place this in your plugin spec
return {
{
"rmarinn/codetime.nvim"
opts = {} -- this is required so that setup() would be called
}
}
just make sure you call codetime.setup()
after requiring it or else it won't work