AstroNvim User Configuration
## 🌟 Preview


## 🛠Installation
- Install AstroNvim
```sh
git clone https://github.com/AstroNvim/AstroNvim.git ~/.config/nvim
```
- Install User Settings
```sh
git clone https://github.com/ivuorinen/astronvim_config ~/.config/nvim/lua/user
```
- Initialize AstroNvim
```sh
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
```