initialize with first MVP

This commit is contained in:
2025-12-23 14:10:06 +01:00
commit 4de8921a42
14 changed files with 733 additions and 0 deletions

2
tests/minimal_init.lua Normal file
View File

@@ -0,0 +1,2 @@
vim.opt.runtimepath:append(vim.loop.cwd())
require("plenary.busted")