summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-21 02:35:46 +0100
committerache <ache@ache.one>2021-12-21 02:35:46 +0100
commita57529df4e269cb857cb3197afcbc5e312629a1b (patch)
tree1456b826141983ad7042616c27587852ee142fa3
parentAdd a lot of plugins (diff)
Coc vim use release branch
-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
#