Get packer started, next add plugins with configuration

This commit is contained in:
Barry Moore 2023-01-27 16:02:10 -05:00
parent 1f6f0c40e8
commit 3fe54836d6
7 changed files with 474 additions and 1 deletions

View file

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