init.lua icon indicating copy to clipboard operation
init.lua copied to clipboard

How is packer.lua sourced?

Open MarcSchaetz opened this issue 2 years ago • 0 comments

I just watched the Youtube video and checked the source code.

I don't really understand how the packer.lua is sourced, because when I open neovim and try to call PackerInstall the function is not accessible, without me explicitly add require("theprimeagen.packer")

Could this be a missing require statement or did I overlook something?

MarcSchaetz avatar Dec 17 '22 16:12 MarcSchaetz