add Typr for neovim (typing speed test)

This commit is contained in:
BuyMyMojo 2025-03-31 09:57:01 +11:00
parent 34f27d2814
commit 30e9041ac0
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 9 additions and 1 deletions

View file

@ -1,4 +1,10 @@
return {
{ "folke/todo-comments.nvim", opts = {} },
{ 'wakatime/vim-wakatime', lazy = false },
{
"nvzone/typr",
dependencies = "nvzone/volt",
opts = {},
cmd = { "Typr", "TyprStats" },
},
}