u.nvim/Makefile
Jonathan Apodaca 9d525c6786
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m28s
Use nix for testing environment
2025-05-19 16:40:34 -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