A Lua library to mock the Neovim vim global object.
$ luarocks install mockvim
MockVim allows you to run Neovim plugin tests in a standalone Lua environment by mocking the global `vim` object, including recursive functions, stubs, and call verification.
root