-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Im trying to install typr correctly and im getting this error after using :TyprStats
Error executing Lua callback: ...a\site\pack\packer\opt\typr/lua/typr/stats/dashboard.lua:25: attempt to index field 'wpm' (a nil value)
stack traceback:
...a\site\pack\packer\opt\typr/lua/typr/stats/dashboard.lua:25: in function 'progress'
...a\site\pack\packer\opt\typr/lua/typr/stats/dashboard.lua:160: in function 'lines'
...\nvim-data\site\pack\packer\start\volt/lua/volt/init.lua:33: in function 'gen_data'
...-data\site\pack\packer\opt\typr/lua/typr/stats/utils.lua:143: in function 'init_volt'
...m-data\site\pack\packer\opt\typr/lua/typr/stats/init.lua:35: in function 'open'
...ocal\nvim-data\site\pack\packer\opt\typr\plugin\typr.lua:6: in function <...ocal\nvim-data\site\pack\packer\opt\typr\plugin\typr.lua
:5>
and also im getting this error when i finish typing.
Error executing vim.schedule lua callback: ...-data\site\pack\packer\opt\typr/lua/typr/stats/utils.lua:65: attempt to perform arithmetic on field '
times' (a nil value)
stack traceback:
...-data\site\pack\packer\opt\typr/lua/typr/stats/utils.lua:65: in function 'save'
...l\nvim-data\site\pack\packer\opt\typr/lua/typr/utils.lua:340: in function <...l\nvim-data\site\pack\packer\opt\typr/lua/typr/utils.lua:3
30>
My installation with packer:
use({
"nvzone/typr",
requires = {{"nvzone/volt"}},
opts = {},
cmd = { "Typr", "TyprStats" },
})
also i don't know how to set dashboard appearing after launching neovim
Metadata
Metadata
Assignees
Labels
No labels