Skip to content

walker84837/playtime.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playtime.nvim

Measure how much you've used Neovim over time.

Warning

This plugin is not fully finished. Changes can and will be breaking.

Table of Contents

Installation

lazy.nvim:

return {
    {
        "walker84837/playtime.nvim",
        config = function()
            require("playtime").setup()
        end
    }
}

Contributions

Contributions are welcome! Feel free to open a pull request or issue.

Roadmap

  • Generate report from usage data and show it in a browser or otherwise documents with graphs, etc.
  • Allow for configuration options

Commands

  • :Playtime - Open the playtime window.
  • :Playtime report - Open the playtime report window.

License

This plugin is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages