nvim: additional bootstrapping

This commit is contained in:
PowerUser64 2021-10-20 10:57:24 -07:00
parent 8c94182d19
commit ffae217fbf

View file

@ -184,6 +184,10 @@ return require('packer').startup(function()
'tpope/vim-repeat',
}
-- Bootstrap packer if needed {
if packer_bootstrap then
require('packer').sync()
end -- }
end)
-- vim:fdm=marker:fmr={,}:expandtab:tabstop=3:sw=3