A user configuration template for AstroNvim
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
Clone the repository to the desired location, then create a symbolic link to $XDG_CONFIG_HOME/astronvim/lua/user
, as indicated in the AstroNvim Documentation.
git clone https://github.com/JNSFilipe/astrovim_config
mkdir -p /home/${USER}/.config/astronvim/lua
ln -s $(pwd)/astrovim_config /home/${USER}/.config/astronvim/lua/user
nvim