This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Run mix test in a split view in neovim | |
| -- Andi Altendorfer, 2024-02-12 | |
| -- | |
| -- Install: | |
| -- Add the following line in your init.lua file | |
| -- | |
| -- require("kitchen.kitchen") | |
| -- | |
| -- And place this file as lua/kitchen/kitchen.lua | |
| -- |
OlderNewer