dotfiles/modules/editor/neovim/packer-sync.lua
2022-05-07 18:11:47 -04:00

7 lines
166 B
Lua

-- =======================================================================
-- Install on initial bootstrap
if packer_bootstrap then
require("packer").sync()
end