From 1e056a7eb49f4b8045a552d131059d57d93668e5 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 12 Mar 2023 18:40:57 +0530 Subject: [PATCH] use main branch example_config in bootstrap --- lua/core/bootstrap.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/core/bootstrap.lua b/lua/core/bootstrap.lua index c75ef4b..1582e32 100644 --- a/lua/core/bootstrap.lua +++ b/lua/core/bootstrap.lua @@ -37,8 +37,6 @@ M.gen_chadrc_template = function() "clone", "--depth", "1", - "-b", - "v2.0", "https://github.com/NvChad/example_config", vim.fn.stdpath "config" .. "/lua/custom", }