Here, you can find my configs for AstroNvim, based on the AstroNvim template for AstroNvim v4+.
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bakThis command will clone this repository straight into the correct place (~/.config/nvim).
git clone [email protected]:valentingregoire/astronvim.git ~/.config/nvimnvimThe first time nvim is started, AstroNvim will be configuring itself and updating all plugins.
To make sure, after the initial configuration is completed, make sure to update Lazy and Mason (<leader>, p, a).
Restart nvim and enjoy!