mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
5 lines
58 B
Makefile
5 lines
58 B
Makefile
fmt:
|
|
stylua -f ./stylua.toml .
|
|
test: fmt
|
|
vusted ./tests
|