u.nvim/Makefile
Jonathan Apodaca d454efa555
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m32s
Use nix for testing environment
2025-05-19 16:33:40 -06:00

15 lines
161 B
Makefile

all: lint fmt-check test
lint:
lua-language-server --check=lua/u/ --checklevel=Error
@# lx check
fmt-check:
stylua --check .
fmt:
stylua .
test:
busted