mirror of
https://github.com/harivansh-afk/cozybox.nvim.git
synced 2026-04-15 11:02:17 +00:00
Initial cozybox repo
Import the current cozybox theme into the fresh repository and lighten the default blue accent. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
commit
facd7e7e31
8 changed files with 1804 additions and 0 deletions
11
Makefile
Normal file
11
Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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}' }"
|
||||
Loading…
Add table
Add a link
Reference in a new issue