Typeracer.nvim
No description available
Install / Use
/learn @norcalli/Typeracer.nvimREADME

Installation
Plug norcalli/typeracer.nvim
Instructions
lua require'typeracer'.create() to create a new game. By default it will try the server hosted on kiani.io
This will create a new window with a 5 letter code you can use to join a game.
lua require'typeracer'.join(code) to join a game, e.g. lua require'typeracer.join "ABCDE"
lua require'typeracer'.join_random() to join a random game.
If you are the one who created the game, use lua require 'typeracer'.start() to start the countdown.
NOTE: I only tested on master so far. It might work on 0.4.2...
Credit
@BK1603 in the gif playing with me :) @kd______t for helping me test during the stream.
