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

Bootstrapping packer #6

Closed
alitokur opened this issue Jul 21, 2023 · 0 comments
Closed

Bootstrapping packer #6

alitokur opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alitokur
Copy link
Owner

alitokur commented Jul 21, 2023

Description

As an avid user of nvim, I find myself frequently configuring the same set of plugins, settings, and keybindings across multiple machines. To streamline the setup process, I propose the addition of a bootstrapping feature to Packer that would allow users to install their nvim configurations automatically.

Proposed Solution

The proposed feature should enable users to create a configuration file or script that contains their desired nvim settings, plugins, and keybindings. When Packer is executed with this configuration file, it should automatically install nvim and set it up according to the provided configuration.

tip:
$ nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'

@alitokur alitokur added the enhancement New feature or request label Jul 21, 2023
@alitokur alitokur self-assigned this Jul 21, 2023
alitokur added a commit that referenced this issue Jul 31, 2023
- Add ensure_packer function to check if packer.nvim is installed and install it if not
- Minor plugin updates
@alitokur alitokur closed this as completed Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant