Measure how much you've used Neovim over time.
Warning
This plugin is not fully finished. Changes can and will be breaking.
lazy.nvim:
return {
{
"walker84837/playtime.nvim",
config = function()
require("playtime").setup()
end
}
}
Contributions are welcome! Feel free to open a pull request or issue.
- Generate report from usage data and show it in a browser or otherwise documents with graphs, etc.
- Allow for configuration options
:Playtime
- Open the playtime window.:Playtime report
- Open the playtime report window.
This plugin is licensed under the MIT License.