mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 01:00:29 +00:00
Import the current cozybox theme into the fresh repository and lighten the default blue accent. Co-authored-by: Codex <noreply@openai.com>
11 lines
210 B
Makefile
11 lines
210 B
Makefile
TESTS_INIT=tests/minimal_init.lua
|
|
TESTS_DIR=tests/
|
|
|
|
.PHONY: test
|
|
|
|
test:
|
|
@nvim \
|
|
--headless \
|
|
--noplugin \
|
|
-u ${TESTS_INIT} \
|
|
-c "PlenaryBustedDirectory ${TESTS_DIR} { minimal_init = '${TESTS_INIT}' }"
|