Fix init.lua to use FORCE_PACKER_INSTALL env variable

pull/2/head
Ensar Sarajčić 2022-04-28 17:09:50 +02:00
parent fbc8fcba0d
commit df0a5af6ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
if require("init.first_load")() then
if require("init.first_load")(os.getenv("FORCE_PACKER_INSTALL") ~= nil) then
return
end