A Neovim plugin for practice typing with a very beautiful dashboard.
- 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.
https://github.com/nvzone/typr/blob/main/lua/typr/state.lua#L18
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.
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


