Meh I'll figure out submodules later

This commit is contained in:
mustard 2025-09-16 01:01:02 +02:00
parent 4ca9d44a90
commit 8cb281f436
352 changed files with 66107 additions and 0 deletions

View file

@ -0,0 +1,12 @@
.PHONY: test generate_filetypes lint luarocks_upload test_luarocks_install
test:
nvim --headless --noplugin -u scripts/minimal.vim -c "PlenaryBustedDirectory tests/plenary/ {minimal_init = 'tests/minimal_init.vim', sequential = true}"
generate_filetypes:
nvim --headless -c 'luafile scripts/update_filetypes_from_github.lua' -c 'qa!'
generate_luassert_types:
nvim --headless -c 'luafile scripts/generate_luassert_types.lua' -c 'qa!'
lint:
luacheck lua/plenary