nvim-ts-autotag/Makefile

9 lines
205 B
Makefile
Raw Normal View History

clean:
nvim --headless --clean -n -c "lua vim.fn.delete('./tests/.deps', 'rf')" +q
2021-03-08 06:19:01 -06:00
test:
nvim --headless --clean -u tests/test.lua "$(FILE)"
lint:
stylua --check lua/ tests/
format:
stylua lua/ tests/