We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c636f commit 8faeba3Copy full SHA for 8faeba3
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test prepare
2
3
prepare:
4
- @git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim
+ @if [ ! -d "./vendor/plenary.nvim" ]; then git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim; fi
5
6
test: prepare
7
@nvim \
0 commit comments