init.lua icon indicating copy to clipboard operation
init.lua copied to clipboard

Automatically bootstrap Neovim when Neovim is started.

Open Traap opened this issue 2 years ago • 0 comments

This pull request assumes you are willing to run the dev command to completely remove your current Neovim configuration. Then restarting Neovim will automagically bootstrap packer and all plugins. Each plugin is now protected using pcall. If the plugin exists, commands are executed.

README is updated with extra credit notes for the fearless.

Traap avatar Feb 15 '23 22:02 Traap