/training.nvim

VIM motions training / games

Primary LanguageLuaMIT LicenseMIT

Training.nvim

VIM motions training / games



Screenshot 1

⚙️ Features

  • Multiple training games:
    • hjkl
    • relative
    • whack a mole
    • change text
    • random

📦 Installation

{ "Ernest1338/training.nvim" }
use "Ernest1338/training.nvim"
add("Ernest1338/training.nvim")

🚀 Usage

Firstly, call the setup function (for the Training command)

require("training").setup()

Then use the Training command to show the game window

Use the VD motion to select a option

⚡ Requirements

  • Neovim >= v0.7.0

License

MIT