Vim config CI #2

Merged
esensar merged 11 commits from vim-tests into main 2022-04-28 16:07:05 +00:00
Showing only changes of commit df0a5af6ad - Show all commits

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