You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
The text was updated successfully, but these errors were encountered: