- Make a backup of your current nvim folder
mv ~/.config/nvim ~/.config/nvim.bak
- Clone the repository
git clone https://github.com/kabinspace/AstroNvim_user ~/.config/nvim
- Initialize AstroNvim
nvim --headless +q
Install without overwriting your own existing neovim configuration
- Clone the repository
git clone https://github.com/kabinspace/AstroNvim_user ~/.config/astronvim
- Start the editor with
NVIM_APPNAME
environment variable set toastronvim
NVIM_APPNAME=astronvim nvim