Skip to content

Instantly share code, notes, and snippets.

@lunjon
lunjon / readme.md
Created November 17, 2020 06:46
Lua module for testing code

Testing

testing is a module I wrote for learning some Lua, and I find it quite useful for testing my modules written for neovim.

How to use it

Since I come from the perspective of neovim, I simply has the module among my regular configuration, i.e. ~/.config/nvim/lua/testing.lua. Below shows a lua script that use the testing module.