From 03757a7355bbad885a9f3c86115f0374dd2cb854 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 14:50:32 +0200 Subject: Complete Nvim adapter contract --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b1faf93..1a692cd 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,5 @@ NVIM ?= nvim test: NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/run.lua + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/host_adapter_contract.lua + NVIM_LOG_FILE=/dev/null $(NVIM) --headless -u NONE -i NONE -l tests/plugin_smoke.lua -- cgit v1.2.3