diff options
Diffstat (limited to 'bootstrap.lua')
-rw-r--r-- | bootstrap.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.lua b/bootstrap.lua index 6147c84..d2f4161 100644 --- a/bootstrap.lua +++ b/bootstrap.lua @@ -17,6 +17,9 @@ local function ensure(user, repository) ) ) execute(fmt("packadd %s", repository)) + if repository == "packer.nvim" then + vim.env.BOOTSTRAPPED = true + end end end |