Virt-Indent.nvim/Makefile

9 lines
205 B
Makefile
Raw Normal View History

2024-04-15 06:31:43 -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)"
lint:
stylua --check lua/ tests/
format:
stylua lua/ tests/