diff --git a/.config/nvim/lua/plugins/speedtyper.lua b/.config/nvim/lua/plugins/speedtyper.lua index 34cd00ee..6af13c1d 100644 --- a/.config/nvim/lua/plugins/speedtyper.lua +++ b/.config/nvim/lua/plugins/speedtyper.lua @@ -1,6 +1,6 @@ return { - "NStefan002/speedtyper.nvim", - enabled = false, - lazy = false, - branch = "v2", + "nvzone/typr", + dependencies = "nvzone/volt", + opts = {}, + cmd = { "Typr", "TyprStats" }, } diff --git a/.config/nvim/typrstats b/.config/nvim/typrstats new file mode 100644 index 00000000..10bd62d1 Binary files /dev/null and b/.config/nvim/typrstats differ