Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 8faeba3

Browse files
committed
fix plenary prepare
1 parent 11c636f commit 8faeba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test prepare
22

33
prepare:
4-
@git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim
4+
@if [ ! -d "./vendor/plenary.nvim" ]; then git clone https://github.com/nvim-lua/plenary.nvim vendor/plenary.nvim; fi
55

66
test: prepare
77
@nvim \

0 commit comments

Comments
 (0)