From 649849ad582ea9d1ce3bcdae0428e9c49869025c Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 7 Jul 2021 17:27:22 +0430 Subject: we don't need all the neovim git history to install the latest version (#756) --- utils/bin/install-latest-neovim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/bin/install-latest-neovim b/utils/bin/install-latest-neovim index 8943b751..8d1d95fd 100755 --- a/utils/bin/install-latest-neovim +++ b/utils/bin/install-latest-neovim @@ -1,7 +1,7 @@ !#/bin/bash cd ~ sudo rm -r neovim -git clone https://github.com/neovim/neovim +git clone --branch master --depth 1 https://github.com/neovim/neovim cd neovim sudo make CMAKE_BUILD_TYPE=Release install cd ~ -- cgit v1.2.3