summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpack/ache/start/installPlugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack/ache/start/installPlugin.sh b/pack/ache/start/installPlugin.sh
index 019a73d..d570f87 100755
--- a/pack/ache/start/installPlugin.sh
+++ b/pack/ache/start/installPlugin.sh
@@ -54,7 +54,7 @@ git clone "https://github.com/ggandor/lightspeed.nvim"
# coc.nvim
#
# A very good code integrator for Vim
-git clone "https://github.com/neoclide/coc.nvim.git"
+git clone --branch release "https://github.com/neoclide/coc.nvim.git" --depth=1
# ale
#