Meh I'll figure out submodules later
This commit is contained in:
parent
4ca9d44a90
commit
8cb281f436
352 changed files with 66107 additions and 0 deletions
12
.config/nvim/pack/tree/start/plenary.nvim/Makefile
Normal file
12
.config/nvim/pack/tree/start/plenary.nvim/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue