mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add typr plugin
This commit is contained in:
8
config/nvim/lua/plugins/typr.lua
Normal file
8
config/nvim/lua/plugins/typr.lua
Normal 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" },
|
||||
}
|
||||
Reference in New Issue
Block a user