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