aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-23 01:14:17 +0200
committerGitHub <noreply@github.com>2022-09-22 23:14:17 +0000
commitda731a77dd134e702a3d3ae0655305bcf9b2d023 (patch)
treeced285e04297d14aed6cda50e2040e4d22b56481 /Makefile
parentchore: upgrade stylua to 0.15.0 (#454) (diff)
downloadmason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar.gz
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar.bz2
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar.lz
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar.xz
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.tar.zst
mason-da731a77dd134e702a3d3ae0655305bcf9b2d023.zip
tests: add neotest dependency (#458)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 724a20ee..6be13837 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ NVIM_HEADLESS:=nvim --headless --noplugin -u tests/minimal_init.vim
dependencies:
git clone --depth 1 https://github.com/williamboman/mason-lspconfig.nvim dependencies/pack/vendor/start/mason-lspconfig.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/nvim-neotest/neotest dependencies/pack/vendor/start/neotest
.PHONY: clean_dependencies
clean_dependencies: