AstroNvim User Configuration

## 🌟 Preview ![Preview1](https://github.com/ivuorinen/astronvim_config/blob/main/.github/assets/overview.png) ![Preview2](https://github.com/ivuorinen/astronvim_config/blob/main/.github/assets/vertsplit.png) ## 🛠 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' ```