ot.lua
- whenever any changes are made in our repo we have a couple hundred tests run across lots of different files
- whenever a test would fail in our CI, i would copy the file path from the failed test error and use telescope to find the file
- instead i just made a custom command in neovim where i can do :Ot test_name
- this isnt anything crazy but it minimizes a common pain point and feels good! One of the main reasons i decided to switch from vscode to neovim is how easy it is to do things like this!
ot.lua gist here :)