/astrovim_config

My personal AstroVim config

Primary LanguageLua

AstroNvim User Configuration Example

A user configuration template for AstroNvim

🛠️ Installation

Delete your current nvim and shared folder

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim

Clone AstroNvim

git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim

Clone the repository

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

Start Neovim

nvim