aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-09-23 01:32:25 +0200
committerGitHub <noreply@github.com>2022-09-22 23:32:25 +0000
commit1f7948fd516d922fcbf922788e56afe3bea93de1 (patch)
treec1d15e9ac2d396f4ea1deddcfae5058818bf184d
parentchore: pin stylua to 0.15.0 (#62) (diff)
downloadmason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar.gz
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar.bz2
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar.lz
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar.xz
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.tar.zst
mason-lspconfig-1f7948fd516d922fcbf922788e56afe3bea93de1.zip
tests: add neotest dependency (#63)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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: