mirror of
https://github.com/PriceHiller/z.nvim.git
synced 2024-12-28 07:19:15 -06:00
9 lines
206 B
Makefile
9 lines
206 B
Makefile
clean:
|
|
nvim --headless --clean -n -c "lua vim.fn.delete('./tests/.deps', 'rf')" +q
|
|
test:
|
|
nvim --headless --clean -u tests/test.lua "$(FILE)"
|
|
check:
|
|
stylua --check lua/ tests/
|
|
format:
|
|
stylua lua/ tests/
|