diff options
| author | William Boman <william@redwill.se> | 2022-09-23 01:14:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-22 23:14:17 +0000 |
| commit | da731a77dd134e702a3d3ae0655305bcf9b2d023 (patch) | |
| tree | ced285e04297d14aed6cda50e2040e4d22b56481 /Makefile | |
| parent | chore: upgrade stylua to 0.15.0 (#454) (diff) | |
| download | mason-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |
