Replies: 2 comments 1 reply
-
This seems closely tied to the discussion of the proposed Alternatively, if you already have the lists of plugins, you can absolutely spread your calls to |
Beta Was this translation helpful? Give feedback.
-
For posterity, @glepnir has a neovim config that is a helpful example of distributing the |
Beta Was this translation helpful? Give feedback.
-
To use an emacs analogy, since packer is inspired by use-package, Doom emacs includes many modules that can be enabled by users uncommenting lines in an init file. Each module's directory includes a file with packages (i.e. in
modules/lang/cc/packages.el
) that are added to the list of all packages to install. How would one go about using packer in a similar manner by getting lists of package configurations from multiple files?Beta Was this translation helpful? Give feedback.
All reactions