nvim: additional bootstrapping
This commit is contained in:
parent
8c94182d19
commit
ffae217fbf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue