mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
9 lines
203 B
Lua
9 lines
203 B
Lua
-- Most Beautiful Typing practice plugin for Neovim with dashboard
|
|
-- https://github.com/nvzone/typr
|
|
return {
|
|
"nvzone/typr",
|
|
dependencies = "nvzone/volt",
|
|
opts = {},
|
|
cmd = { "Typr", "TyprStats" },
|
|
}
|