aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-06-13 01:16:55 +0200
committerGitHub <noreply@github.com>2023-06-12 23:16:55 +0000
commit02767937fc2e1b214c854a8fdde26ae1d3529dd6 (patch)
tree9735ecc7f5ad29903c4f572d56fa680a5d4d1a97 /Makefile
parentchore: Revert "chore: remove organization-wide .github files (#1345)" (#1346) (diff)
downloadmason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar.gz
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar.bz2
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar.lz
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar.xz
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.tar.zst
mason-02767937fc2e1b214c854a8fdde26ae1d3529dd6.zip
fix(command): run :MasonUpdate synchronously in headless mode (#1347)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f0dd9f1..114f39fe 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@ INSTALL_ROOT_DIR:=$(shell pwd)/tests/fixtures/mason
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