dotfiles/modules/editor/neovim/packer-sync.lua

7 lines
166 B
Lua
Raw Normal View History

2022-05-07 22:11:47 +00:00
-- =======================================================================
-- Install on initial bootstrap
if packer_bootstrap then
require("packer").sync()
end