diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 22:54:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 22:54:35 +0200 |
commit | 885b22bf9e7e291e091836894b45c5e6ec221811 (patch) | |
tree | 1956dd8363d4d1558c0e2a79e1a8ee38f9266c87 /bootstrap.lua | |
parent | 46dcf8fe18cddbb29db1fab6373feb9e817c963a (diff) |
fix(bootstrap): again
Diffstat (limited to 'bootstrap.lua')
-rw-r--r-- | bootstrap.lua | 3 |
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 |