Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
121 B
Makefile
Raw Permalink Normal View History

2021-09-04 13:14:01 +08:00
make:
nvim --headless -u NORC \
2021-10-29 11:34:01 +08:00
--cmd 'set rtp+=.' \
2021-11-05 14:43:28 +08:00
--cmd 'lua require("zenbones.shipwright").run()' \
2021-09-04 13:14:01 +08:00
--cmd 'q'