summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-12-21 16:03:48 -0500
committerGitHub <noreply@github.com>2020-12-21 16:03:48 -0500
commit2aa8bcb87898ed4f45d67c640fe1d6a60b184637 (patch)
tree2207ccb7546112fdc03700525e79c55ffaed7679 /Makefile
parent1e7ef41c704f027a989325c0171a852e8207ec24 (diff)
feat: Add better highlighting and new CI abilities (#355)
* Revert "Revert "fix: Better highlights (#344)" (#350)" This reverts commit 7950fc8ba0accfcf6c540c7810feee646281fd8a. * better highlights take 2 * fixup * install fd find for sameness * add some debug output * more deterministic * better ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b30708a..2da1c22 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test:
- nvim --headless -c 'PlenaryBustedDirectory lua/tests/automated/'
+ nvim --headless --noplugin -u scripts/minimal_init.vim -c "PlenaryBustedDirectory lua/tests/automated/ { minimal_init = './scripts/minimal_init.vim' }"
lint:
luacheck lua/telescope