init.lua
init.lua copied to clipboard
How is packer.lua sourced?
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?