Unattended Installation
Instead of running nvim
to initialize AstroNvim you can run the
following command to do a fully headless initialization:
nvim --headless -c 'autocmd User PackerComplete quitall'
Full Steps:
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
- (Optional)
git clone
/copy over user configuration to~/.config/nvim/user
- `nvim --headless -c 'autocmd User PackerComplete quitall'