Skip to content

A neovim plugin that enables a command to display word count and estimated read time of your document.

Notifications You must be signed in to change notification settings

rymdlego/readtime.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

readtime.nvim

A neovim plugin - run ReadTime to display word count and estimated read time of your document.

Install

{
  'rymdlego/readtime.nvim',
  config = function()
    require('readtime').setup()
  end
},

Configuration

Set your desired word-per-minute value in the setup.

{
  'rymdlego/readtime.nvim',
  config = function()
    require('readtime').setup({
      wpm = 220,
    })
  end
},

Usage

The plugin exposes the command ReadTime. Run it from command mode or bind it to a key for convenience.

About

A neovim plugin that enables a command to display word count and estimated read time of your document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages