Skip to content
/ typr Public

Most Beautiful Typing practice plugin for Neovim with dashboard

License

Notifications You must be signed in to change notification settings

nvzone/typr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typr

A Neovim plugin for practice typing with a very beautiful dashboard.

typr typrstats typrstats vertical

Install

  • Users which used typr before, delete your previous typrstats file.
{
    "nvzone/typr",
    dependencies = "nvzone/volt",
    opts = {},
    cmd = { "Typr", "TyprStats" },
}
  • Note: Activity UI is still WIP so dont expect it to work.

Config

https://github.com/nvzone/typr/blob/main/lua/typr/state.lua#L18

Disable completion

The typr buffer has the filetype set to typr. Refer to your completion plugins documentation on how to disable it for that filetype which you can read using the buffer-scoped option vim.bo.filetype.

Mappings

Whatever buttons you see, the mapping starts from their first letter i.e

In Typr window

  • s = toggle symbols
  • n = toggle numbers
  • r = toggle random
  • 3 = set 3 lines , and so on!

In Typrstats vertical window

  • D = dashboard
  • H = history
  • K = Keystrokes

About

Most Beautiful Typing practice plugin for Neovim with dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages