From 0b7fd8dd8bc8c49b72bd564251ec1f47c5545dd6 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 3 Nov 2022 16:35:38 +0800 Subject: [PATCH] fix script --- vim_dep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim_dep.sh b/vim_dep.sh index 7bdebca..395281a 100755 --- a/vim_dep.sh +++ b/vim_dep.sh @@ -8,4 +8,4 @@ if type go > /dev/null; then go install github.com/sourcegraph/go-langserver@latest go install github.com/jstemmer/gotags@latest go install github.com/cweill/gotests/gotests@latest - +fi