From 1f7948fd516d922fcbf922788e56afe3bea93de1 Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 23 Sep 2022 01:32:25 +0200 Subject: tests: add neotest dependency (#63) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5c4a527..4ab12f9 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ dependencies: git clone --depth 1 https://github.com/williamboman/mason.nvim dependencies/pack/vendor/start/mason.nvim git clone --depth 1 https://github.com/nvim-lua/plenary.nvim dependencies/pack/vendor/start/plenary.nvim git clone --depth 1 https://github.com/neovim/nvim-lspconfig dependencies/pack/vendor/start/nvim-lspconfig + git clone --depth 1 https://github.com/nvim-neotest/neotest dependencies/pack/vendor/start/neotest .PHONY: clean_dependencies clean_dependencies: -- cgit v1.2.3-70-g09d2