Skip to content
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

Open
null-patcher opened this issue May 13, 2023 · 4 comments
Open

Packer not required #74

null-patcher opened this issue May 13, 2023 · 4 comments

Comments

@null-patcher
Copy link

Shouldn't you require also the packer.lua file here?

require("theprimeagen.remap")

@waleedrana777
Copy link

Why? My works without it? For what?

@wrigleyster
Copy link

@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

@zaddok
Copy link

zaddok commented Jun 27, 2023

With the config from the video, and us the neovim downloaded today (v0.9.1) the :PackerSync command doesn't work when I exit and reopen nvim until I open the packer.lua file and type :so.

There is a step missing somewhere.

@CheesyChocolate
Copy link

Compiling Lazy-Loaders

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants