From 6910a4435d4040c6127c513749fd8586e9da3a79 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 29 Jan 2023 16:59:08 +0530 Subject: [PATCH] update example_config branch in bootstrap module --- lua/core/bootstrap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/core/bootstrap.lua b/lua/core/bootstrap.lua index f5bd292..307cad8 100644 --- a/lua/core/bootstrap.lua +++ b/lua/core/bootstrap.lua @@ -43,7 +43,7 @@ M.gen_chadrc_template = function() -- clone example_config repo local example_config_url = "https://github.com/NvChad/example_config" print "cloning chadrc starter template repo...." - vim.fn.system { "git", "clone", "--depth", "1", example_config_url, vim.fn.stdpath "config" .. "/lua/custom" } + vim.fn.system { "git", "clone", "--depth", "1", "-b", "v2.0", example_config_url, vim.fn.stdpath "config" .. "/lua/custom" } vim.cmd "redraw|echo ''" -- delete .git from that repo