feat(nvim): add typr plugin

This commit is contained in:
Stefan Imhoff
2025-08-22 21:32:33 +02:00
parent c60a4d01ca
commit 01f8ec1368
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- Most Beautiful Typing practice plugin for Neovim with dashboard
-- https://github.com/nvzone/typr
return {
"nvzone/typr",
dependencies = "nvzone/volt",
opts = {},
cmd = { "Typr", "TyprStats" },
}