-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packer not required #74
Comments
Why? My works without it? For what? |
@GosuTeacher packer generates a compiled version of the init script and places it in the .config/nvim/plugin, and all files in that folder are auto loaded. So no need to load it a second time via init.lua |
With the config from the video, and us the neovim downloaded today (v0.9.1) the There is a step missing somewhere. |
To optimize startup time, packer.nvim compiles code to perform the lazy-loading operations you specify. This means that you do not need to load packer.nvim unless you want to perform some plugin management operations. |
Shouldn't you require also the
packer.lua
file here?init.lua/lua/theprimeagen/init.lua
Line 2 in 249f3b1
The text was updated successfully, but these errors were encountered: