Get packer started, next add plugins with configuration
This commit is contained in:
parent
1f6f0c40e8
commit
3fe54836d6
7 changed files with 474 additions and 1 deletions
9
Makefile
9
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue