You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kickstart.nvim/Makefile

13 lines
220 B
Makefile

format:
alejandra --quiet .
lua-format --in-place init.lua
find fnl -name "*.fnl" -exec fnlfmt --fix {} \;
to-lua:
bash scripts/switch-to-lua.sh
to-fnl:
bash scripts/switch-to-fnl.sh
.PHONY: format to-lua to-fnl