dotfiles/config/nvim/Makefile
2021-11-28 22:27:34 +02:00

5 lines
60 B
Makefile

fmt:
@stylua {lua,init.lua}
lint:
@selene {lua,init.lua}