add Typr for neovim (typing speed test)
This commit is contained in:
parent
34f27d2814
commit
30e9041ac0
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
return {
|
||||
{ "folke/todo-comments.nvim", opts = {} },
|
||||
{ 'wakatime/vim-wakatime', lazy = false },
|
||||
{
|
||||
"nvzone/typr",
|
||||
dependencies = "nvzone/volt",
|
||||
opts = {},
|
||||
cmd = { "Typr", "TyprStats" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue