From a57529df4e269cb857cb3197afcbc5e312629a1b Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 21 Dec 2021 02:35:46 +0100 Subject: Coc vim use release branch --- pack/ache/start/installPlugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3