Skip to content

Instantly share code, notes, and snippets.

View iboard's full-sized avatar
🏠
Crafting beautiful code at home

Andreas Altendorfer iboard

🏠
Crafting beautiful code at home
View GitHub Profile
@iboard
iboard / kitchen.lua
Last active February 13, 2024 09:59
Lua script for LazyVim to run current line, current file, and the entire suite with mix test in a neovim split view
-- 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
--