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