diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-12-21 16:03:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 16:03:48 -0500 |
| commit | 2aa8bcb87898ed4f45d67c640fe1d6a60b184637 (patch) | |
| tree | 2207ccb7546112fdc03700525e79c55ffaed7679 /Makefile | |
| parent | 1e7ef41c704f027a989325c0171a852e8207ec24 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
