ppd.nvim/Makefile

9 lines
206 B
Makefile
Raw Permalink Normal View History

2024-07-06 06:08:49 -05:00
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/